Last active
January 19, 2016 16:19
-
-
Save roschaefer/961e9dbb75ee80a3574b to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# 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