Applied code review on pull request #185

This commit is contained in:
GlenDC 2014-01-14 19:00:38 +01:00
parent e6e83d76c0
commit 2e762f0920
2 changed files with 5 additions and 2 deletions

3
.gitignore vendored
View file

@ -74,4 +74,7 @@ db/
bin/node/
bin/mongo/
# windows
/SCOCODE.bat
### If you add something here, copy it to the end of .npmignore, too. ###

View file

@ -1,5 +1,5 @@
set "mongo_d_location=E:\GameDevelopment\db"
set "mongo_db_location=MONGO_DB_PATH_HERE"
start cmd.exe cmd /c call nodemon -w server -w server_config.js
start cmd.exe cmd /c call brunch w^
& mongod --setParameter textSearchEnabled=true^
--dbpath %mongo_d_location%
--dbpath %mongo_db_location%