This commit is contained in:
Nick Winter 2014-01-14 12:18:09 -08:00
commit 5add653717
2 changed files with 8 additions and 0 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. ###

5
scripts/windows/SCOCODE.bat Executable file
View file

@ -0,0 +1,5 @@
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_db_location%