Last active
January 19, 2016 16:19
-
-
Save roschaefer/961e9dbb75ee80a3574b to your computer and use it in GitHub Desktop.
Revisions
-
roschaefer revised this gist
Jan 19, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ # 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 -
roschaefer revised this gist
Jan 19, 2016 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -4,6 +4,7 @@ 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 -
roschaefer revised this gist
Jan 13, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ # source <(curl -L https://gist.githubusercontent.com/roschaefer/961e9dbb75ee80a3574b/raw/c042e3787e8b358979569c0fdbe7dc193b697199/setup_rorganize_on_cloud9.sh) mkdir ~/workspace/ruby/ -p cd ~/workspace/ruby/ git clone https://github.com/rubycorns/rorganize.it.git -
roschaefer revised this gist
Jan 13, 2016 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ # source <(curl -L https://gist.githubusercontent.com/roschaefer/961e9dbb75ee80a3574b/raw/0a85564c3d19e7db8477f4b20b06f65f341d7626/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 -
roschaefer revised this gist
Jan 13, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ # source <(curl -L https://gist.githubusercontent.com/roschaefer/961e9dbb75ee80a3574b/raw/0a85564c3d19e7db8477f4b20b06f65f341d7626/setup_rorganize_on_cloud9.sh) mkdir ~/ruby/ -p cd ~/ruby/ git clone https://github.com/rubycorns/rorganize.it.git -
roschaefer revised this gist
Jan 13, 2016 . 1 changed file with 0 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,4 @@ # source <(curl -L https://goo.gl/In1a0l) mkdir ~/ruby/ -p cd ~/ruby/ git clone https://github.com/rubycorns/rorganize.it.git @@ -8,4 +7,3 @@ cp config/secrets.yml.sample config/secrets.yml bundle install bundle exec rake db:migrate bundle exec rails s -b $IP -p $PORT -
roschaefer revised this gist
Jan 13, 2016 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,4 @@ # source <(curl -L https://goo.gl/In1a0l) set +e mkdir ~/ruby/ -p cd ~/ruby/ -
roschaefer created this gist
Jan 13, 2016 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ 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