Skip to content

Instantly share code, notes, and snippets.

@roschaefer
Last active January 19, 2016 16:19
Show Gist options
  • Select an option

  • Save roschaefer/961e9dbb75ee80a3574b to your computer and use it in GitHub Desktop.

Select an option

Save roschaefer/961e9dbb75ee80a3574b to your computer and use it in GitHub Desktop.
set +e
mkdir ~/ruby/ -p
cd ~/ruby/
git clone https://github.com/rubycorns/rorganize.it.git
cd rorganize.it/
cp config/secrets.yml.sample config/secrets.yml
bundle install
bundle exec rake db:migrate
bundle exec rails s -b $IP -p $PORT
set -e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment