codecombat/scripts/windows/SCOCODE.bat
2015-03-22 20:12:31 +03:00

7 lines
No EOL
265 B
Batchfile
Executable file

set "mongo_db_location=MONGO_DB_PATH_HERE"
call npm update
call bower update
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%