codecombat/scripts/windows/SCOCODE.bat
2014-01-14 19:00:38 +01:00

5 lines
No EOL
229 B
Batchfile
Executable file

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%