diff --git a/.gitignore b/.gitignore index 153e1e0ee..ba0802aa6 100644 --- a/.gitignore +++ b/.gitignore @@ -74,4 +74,7 @@ db/ bin/node/ bin/mongo/ +# windows +/SCOCODE.bat + ### If you add something here, copy it to the end of .npmignore, too. ### diff --git a/scripts/windows/SCOCODE.bat b/scripts/windows/SCOCODE.bat new file mode 100755 index 000000000..55686d400 --- /dev/null +++ b/scripts/windows/SCOCODE.bat @@ -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% \ No newline at end of file