Skip to content

Instantly share code, notes, and snippets.

View marcosdemetrio's full-sized avatar

Marcos Demétrio marcosdemetrio

View GitHub Profile
@marcosdemetrio
marcosdemetrio / gist:f77bdf3794b5a5b76a72558feace49d2
Last active February 21, 2017 19:50
Deploy ruby on rails application with Dokku on Digital Ocean
1) Create a droplet on Digital Ocean
1.1 cloud.digitalocean.com/droplets/new;
1.2 In choose an image click on "One-click apps" and choose Dokku Image;
1.3 After choose the size, datacenter region, add your SSH Keys¹ and choose a hostname;
1.4 Create.
¹ - Find your SSH Keys in ~/.ssh/id_rsa.pub
2) SSH connection