mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-13 22:49:51 -04:00
Added batch file for Windows developers. The file allows you to start the develop environment in one click.
This commit is contained in:
parent
dbbfbcf861
commit
c50e78b897
1 changed files with 5 additions and 0 deletions
5
SDE.bat
Executable file
5
SDE.bat
Executable file
|
@ -0,0 +1,5 @@
|
|||
set "mongo_d_location=E:\GameDevelopment\db"
|
||||
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%
|
Loading…
Reference in a new issue