Added batch file for Windows developers. The file allows you to start the develop environment in one click.

This commit is contained in:
GlenDC 2014-01-14 10:18:07 +01:00
parent dbbfbcf861
commit c50e78b897

5
SDE.bat Executable file
View 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%