Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save joshuaadrian/2999ca5cc49ec836860b to your computer and use it in GitHub Desktop.
Save joshuaadrian/2999ca5cc49ec836860b to your computer and use it in GitHub Desktop.
Clone Scotch Box git@github.com:scotch-io/scotch-box.git
Clone project into public
ssh into server install
sudo apt-get install libpq-dev
go into psql
sudo -u postgres psql
create vagrant user
CREATE USER vagrant WITH SUPERUSER;
bind rails server to scotchbox ip
rails server -b 192.168.33.10
awesome possums!!!!!!!!!!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment