Link: http://is.gd/dokkudjango
Dokku: https://github.com/progrium/dokku
DigitalOcean: https://www.digitalocean.com/
Add an SSH key to DigitalOcean before hand to make SSHing into you new box easier and more secure.
- Click "Create"
- Enter hostname, select size and region
- Select Ubuntu 13.04 x64 as the Image
- Select your SSH key
- Click "Create Droplet"
- Add a blank A Record pointing to the IP Address of your new Droplet
- Add a wildcard (*) A Record pointing to the same domain to capture all of the subdomains.
- SSH into your Droplet. Just
ssh [email protected]
should work if you add an SSH Key. If not, DigitalOcean emailed you a root password. - Copy and Paste and oneline installer from the Dokku Repo README.