From c50e78b8974c5da3feb32ff65d5deeb4d44be47d Mon Sep 17 00:00:00 2001 From: GlenDC <decauwsemaecker.glen@gmail.com> Date: Tue, 14 Jan 2014 10:18:07 +0100 Subject: [PATCH] Added batch file for Windows developers. The file allows you to start the develop environment in one click. --- SDE.bat | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 SDE.bat diff --git a/SDE.bat b/SDE.bat new file mode 100755 index 000000000..755a06834 --- /dev/null +++ b/SDE.bat @@ -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% \ No newline at end of file