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.

Revisions

  1. roschaefer revised this gist Jan 19, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion setup_rorganize_on_cloud9.sh
    Original 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)
    # 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
  2. roschaefer revised this gist Jan 19, 2016. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions setup_rorganize_on_cloud9.sh
    Original 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
  3. roschaefer revised this gist Jan 13, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion setup_rorganize_on_cloud9.sh
    Original 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)
    # 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
  4. roschaefer revised this gist Jan 13, 2016. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions setup_rorganize_on_cloud9.sh
    Original 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 ~/ruby/ -p
    cd ~/ruby/
    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
  5. roschaefer revised this gist Jan 13, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion setup_rorganize_on_cloud9.sh
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    # source <(curl -L https://goo.gl/In1a0l)
    # 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
  6. roschaefer revised this gist Jan 13, 2016. 1 changed file with 0 additions and 2 deletions.
    2 changes: 0 additions & 2 deletions setup_rorganize_on_cloud9.sh
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,4 @@
    # source <(curl -L https://goo.gl/In1a0l)
    set +e
    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
    set -e
  7. roschaefer revised this gist Jan 13, 2016. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions setup_rorganize_on_cloud9.sh
    Original 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/
  8. roschaefer created this gist Jan 13, 2016.
    10 changes: 10 additions & 0 deletions setup_rorganize_on_cloud9.sh
    Original 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