Skip to content

Instantly share code, notes, and snippets.

@jayd3e
Last active August 29, 2015 13:57
Show Gist options
  • Save jayd3e/9606295 to your computer and use it in GitHub Desktop.
Save jayd3e/9606295 to your computer and use it in GitHub Desktop.
Flynn on Ubuntu 12.04
Create a user named vagrant
Add vagrant to sudoers
sudo apt-get install build-essentials
Install git
Install mercurial
Install docker by following these directions http://docs.docker.io/en/latest/installation/ubuntulinux/
sudo chown vagrant:vagrant /var/run/docker.sock
Checkout flynn-dev(https://github.com/flynn/flynn-dev)
mkdir /home/vagrant/go
export GOPATH=/home/vagrant/flynn-dev
change Procfile times
change Procfile IP from 10.* to an external IP accessible from within the containers
Run make
make -p /vagrant/storage
chown vagrant:vagrant /vagrant/storage
ToDo:
Add ssl config to cli/controller
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment