mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-28 10:06:08 -05:00
Merge branch 'master' of https://github.com/codecombat/codecombat
This commit is contained in:
commit
5add653717
2 changed files with 8 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -74,4 +74,7 @@ db/
|
||||||
bin/node/
|
bin/node/
|
||||||
bin/mongo/
|
bin/mongo/
|
||||||
|
|
||||||
|
# windows
|
||||||
|
/SCOCODE.bat
|
||||||
|
|
||||||
### If you add something here, copy it to the end of .npmignore, too. ###
|
### If you add something here, copy it to the end of .npmignore, too. ###
|
||||||
|
|
5
scripts/windows/SCOCODE.bat
Executable file
5
scripts/windows/SCOCODE.bat
Executable 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%
|
Loading…
Reference in a new issue