Skip to content

Instantly share code, notes, and snippets.

View vinigracindo's full-sized avatar
🏠
Working from home

Vinnicyus Gracindo vinigracindo

🏠
Working from home
View GitHub Profile
@vinigracindo
vinigracindo / steps.md
Created February 27, 2019 20:46 — forked from nicobytes/steps.md
Remeber you fuck steps, config for deploy django project

Conectarse con el server

  1. ssh user@your_ip
  2. Generar llave ssh-keygen -b 4096 (dentro de .ssh)
  3. Enviar llave al server ssh-copy-id -i .ssh/name.pub user@your_ip
  4. Conectar: ssh user@your_ip

Install Nginx

  1. update apt-get update