This commit is contained in:
5
dist/win-x64/start-ayanova.bat
vendored
5
dist/win-x64/start-ayanova.bat
vendored
@@ -15,9 +15,10 @@ set AYANOVA_FOLDER_BACKUP_FILES=%~dp0data\backupfiles
|
|||||||
set AYANOVA_LOG_PATH=%~dp0data\
|
set AYANOVA_LOG_PATH=%~dp0data\
|
||||||
"%~dp0\postgres\bin\pg_ctl" -D "%~dp0/data/database" -l %~dp0data\logs\postgreslog start
|
"%~dp0\postgres\bin\pg_ctl" -D "%~dp0/data/database" -l %~dp0data\logs\postgreslog start
|
||||||
cd .\ayanova
|
cd .\ayanova
|
||||||
start "AyaNova Server" /MAX ayanova.exe
|
start "AyaNova Server" ayanova.exe
|
||||||
start "" http://localhost:7575/api/v8/
|
start "" http://localhost:7575/api/v8/
|
||||||
ECHO "Press any key to stop POSTGRES database server"
|
start "" http://localhost:7575
|
||||||
|
ECHO Press any key to stop POSTGRES database server
|
||||||
pause
|
pause
|
||||||
"%~dp0\postgres\bin\pg_ctl" -D "%~dp0/data/database" stop
|
"%~dp0\postgres\bin\pg_ctl" -D "%~dp0/data/database" stop
|
||||||
endlocal
|
endlocal
|
||||||
Reference in New Issue
Block a user