mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-20 04:35:32 +00:00
8 lines
256 B
Batchfile
Executable File
8 lines
256 B
Batchfile
Executable File
echo %CD%
|
|
call %CD%\\env.bat
|
|
|
|
REM Start mongodb
|
|
echo Starting mongodb... database should be ready after some minutes.
|
|
echo If you start the database for the first time wait at least 5 minutes
|
|
%CD%\mongodb\Windows\bin\mongod.exe -f %CD%\mongodb-windows.cfg
|