mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 16:17:57 -05:00
5 lines
No EOL
229 B
Batchfile
Executable file
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% |