Update scocode.bat sample

This commit is contained in:
nixel2007 2015-03-22 20:12:31 +03:00
parent 028c50a450
commit 13e2d97c46

View file

@ -1,4 +1,6 @@
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^