|
@@ -52,7 +52,7 @@ Next, we're going to setup the servers with all the necessary software:
|
|
source ~/.bash_profile
|
|
source ~/.bash_profile
|
|
# For your first time through the tests, set the ulimit for open files
|
|
# For your first time through the tests, set the ulimit for open files
|
|
ulimit -n 8192
|
|
ulimit -n 8192
|
|
- # Most software is installed autormatically by the script, but running the mongo command below from
|
|
|
|
|
|
+ # Most software is installed automatically 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.
|
|
# the install script was causing some errors. For now this needs to be run manually.
|
|
cd installs/jruby-rack && rvm jruby-1.7.4 do jruby -S bundle exec rake clean gem SKIP_SPECS=true
|
|
cd installs/jruby-rack && rvm jruby-1.7.4 do jruby -S bundle exec rake clean gem SKIP_SPECS=true
|
|
cd target && rvm jruby-1.7.4 do gem install jruby-rack-1.2.0.SNAPSHOT.gem
|
|
cd target && rvm jruby-1.7.4 do gem install jruby-rack-1.2.0.SNAPSHOT.gem
|
|
@@ -60,7 +60,7 @@ Next, we're going to setup the servers with all the necessary software:
|
|
cd installs && curl -sS https://getcomposer.org/installer | php -- --install-dir=bin
|
|
cd installs && curl -sS https://getcomposer.org/installer | php -- --install-dir=bin
|
|
cd ..
|
|
cd ..
|
|
sudo apt-get remove --purge openjdk-6-jre openjdk-6-jre-headless
|
|
sudo apt-get remove --purge openjdk-6-jre openjdk-6-jre-headless
|
|
- mongo --host client-private-ip < config/create.js
|
|
|
|
|
|
+ mongo --host client-private-ip < config/create.js
|
|
|
|
|
|
Assuming the above finished without error, we're ready to start the test suite:
|
|
Assuming the above finished without error, we're ready to start the test suite:
|
|
|
|
|
|
@@ -106,7 +106,7 @@ Next, we're going to setup the servers with all the necessary software:
|
|
./run-tests.py -s server-ip -c client-ip -i path-to-ssh-key --install-software --list-tests
|
|
./run-tests.py -s server-ip -c client-ip -i path-to-ssh-key --install-software --list-tests
|
|
source ~/.bash_profile
|
|
source ~/.bash_profile
|
|
# For your first time through the tests, set the ulimit for open files
|
|
# For your first time through the tests, set the ulimit for open files
|
|
- # Most software is installed autormatically by the script, but running the mongo command below from
|
|
|
|
|
|
+ # Most software is installed automatically 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.
|
|
# the install script was causing some errors. For now this needs to be run manually.
|
|
cd installs/jruby-rack && rvm jruby-1.7.4 do jruby -S bundle exec rake clean gem SKIP_SPECS=true
|
|
cd installs/jruby-rack && rvm jruby-1.7.4 do jruby -S bundle exec rake clean gem SKIP_SPECS=true
|
|
cd target && rvm jruby-1.7.4 do gem install jruby-rack-1.2.0.SNAPSHOT.gem
|
|
cd target && rvm jruby-1.7.4 do gem install jruby-rack-1.2.0.SNAPSHOT.gem
|