|
@@ -46,8 +46,10 @@ Next, we're going to setup the servers with all the necessary software:
|
|
|
source ~/.bash_profile
|
|
|
# Most software is installed autormatically by the script, but running the mongo command below from
|
|
|
# the install script was causing some errors. For now this needs to be run manually.
|
|
|
- go get github.com/hoisie/web
|
|
|
- mongo --host client-private-ip < config/create.js
|
|
|
+ cd installs/jruby-rack && rvm jruby-1.7.3 do jruby -S bundle exec rake clean gem SKIP_SPECS=true"
|
|
|
+ cd target && rvm jruby-1.7.3 do gem install jruby-rack-1.2.0.SNAPSHOT.gem
|
|
|
+ cd ../..
|
|
|
+ mongo --host client-private-ip < config/create.js
|
|
|
|
|
|
Assuming the above finished without error, we're ready to start the test suite:
|
|
|
|
|
@@ -94,8 +96,10 @@ Next, we're going to setup the servers with all the necessary software:
|
|
|
source ~/.bash_profile
|
|
|
# Most software is installed autormatically by the script, but running the mongo command below from
|
|
|
# the install script was causing some errors. For now this needs to be run manually.
|
|
|
- go get github.com/hoisie/web
|
|
|
- mongo --host client-ip < config/create.js
|
|
|
+ cd installs/jruby-rack && rvm jruby-1.7.3 do jruby -S bundle exec rake clean gem SKIP_SPECS=true"
|
|
|
+ cd target && rvm jruby-1.7.3 do gem install jruby-rack-1.2.0.SNAPSHOT.gem
|
|
|
+ cd ../..
|
|
|
+ mongo --host client-ip < config/create.js
|
|
|
|
|
|
Assuming this finished without error, we're ready to start the test suite:
|
|
|
|