Skip to content

Instantly share code, notes, and snippets.

@ckahle33
Created March 5, 2016 20:54
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 ckahle33/ef5b4b03b22fd3c041e6 to your computer and use it in GitHub Desktop.
Save ckahle33/ef5b4b03b22fd3c041e6 to your computer and use it in GitHub Desktop.
build_script.sh
sudo apt-get install zsh &&
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" &&
gem install bundler &&
cd /var/www/public/mixalist &&
sudo apt-get update &&
sudo apt-get install libpq-dev &&
bundle install &&
rake db:create db:migrate &&
puma
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment