This commit is contained in:
2020-08-12 15:33:06 +00:00
parent 23d6ef13a1
commit e908868ed5

View File

@@ -15,9 +15,10 @@ set AYANOVA_FOLDER_BACKUP_FILES=%~dp0data\backupfiles
set AYANOVA_LOG_PATH=%~dp0data\
"%~dp0\postgres\bin\pg_ctl" -D "%~dp0/data/database" -l %~dp0data\logs\postgreslog start
cd .\ayanova
start "AyaNova Server" /MAX ayanova.exe
start "AyaNova Server" ayanova.exe
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
"%~dp0\postgres\bin\pg_ctl" -D "%~dp0/data/database" stop
endlocal