Skip to content

Instantly share code, notes, and snippets.

@MattSandy
Last active September 20, 2015 19:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MattSandy/15ede0456f366f853ce9 to your computer and use it in GitHub Desktop.
Save MattSandy/15ede0456f366f853ce9 to your computer and use it in GitHub Desktop.
//server
sudo apt-get update
sudo apt-get install lxc wget bsdtar curl
sudo apt-get install linux-image-extra-$(uname -r)
sudo apt-get install gcc
wget -qO- https://raw.github.com/progrium/dokku/master/bootstrap.sh | sudo bash
//user
cat ~/.ssh/id_rsa.pub | ssh -i ~/.ssh/appupio.pem ubuntu@appup.io "sudo gitreceive upload-key git"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment