Created
March 5, 2016 20:54
-
-
Save ckahle33/ef5b4b03b22fd3c041e6 to your computer and use it in GitHub Desktop.
build_script.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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