Skip to content

Instantly share code, notes, and snippets.

@heycarsten
heycarsten / gist:3239720
Last active October 7, 2015 23:08
Dumb-Dumb's Guide To Manually Provisioning A Linode For A Ruby App

Manually Provisioning A Linode For A Ruby App

Alright, let's get started. Create a new Ubuntu 12.04 LTS instance, boot it up, and SSH into the fresh Linode as root. Now update/upgrade your sources and install Git and curl:

apt-get update
apt-get upgrade