Added mongo starts scripts.
This commit is contained in:
parent
b447dcd985
commit
0b42dde699
1
sports-matcher/scripts/start_mongo.bat
Normal file
1
sports-matcher/scripts/start_mongo.bat
Normal file
@ -0,0 +1 @@
|
||||
mongod --dbpath ./server/mongo-data
|
3
sports-matcher/scripts/start_mongo.sh
Executable file
3
sports-matcher/scripts/start_mongo.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
mongod --dbpath ./server/mongo-data
|
Loading…
Reference in New Issue
Block a user