Browse Source

Update README.md

mcocciaTE 11 years ago
parent
commit
cc7fbfcd62
1 changed files with 1 additions and 0 deletions
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -73,6 +73,7 @@ ulimit -n 8192
 cd installs && curl -sS https://getcomposer.org/installer | php -- --install-dir=bin
 cd ..
 sudo apt-get remove --purge openjdk-6-jre openjdk-6-jre-headless
+# Change database-private-ip to the database ip
 mongo --host database-private-ip < config/create.js
 ```
 * Before running the tests, do the following