Skip to content

Instantly share code, notes, and snippets.

@roschaefer
Last active January 19, 2016 16:19
Show Gist options
  • Save roschaefer/961e9dbb75ee80a3574b to your computer and use it in GitHub Desktop.
Save roschaefer/961e9dbb75ee80a3574b to your computer and use it in GitHub Desktop.
# source <(curl -L https://gist.githubusercontent.com/roschaefer/961e9dbb75ee80a3574b/raw/1e9410f517fdf35a8b2a0d249749d701c39f0183/setup_rorganize_on_cloud9.sh)
mkdir ~/workspace/ruby/ -p
cd ~/workspace/ruby/
git clone https://github.com/rubycorns/rorganize.it.git
cd rorganize.it/
cp config/secrets.yml.sample config/secrets.yml
gem install bundle
bundle install
bundle exec rake db:migrate
bundle exec rails s -b $IP -p $PORT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment