4 lines
457 B
Batchfile
4 lines
457 B
Batchfile
start .\PostgreSQLPortable_12.1\PostgreSQLPortable.exe
|
|
cd .\files
|
|
start ayanova.exe --AYANOVA_DB_CONNECTION="Server=localhost;Username=postgres;Password=raven;Database=AyaNova;" --AYANOVA_DEFAULT_TRANSLATION="en" --AYANOVA_USE_URLS="http://*:7575;" --AYANOVA_BACKUP_PG_DUMP_PATH=".\PostgreSQLPortable\App\PgSQL\bin\" --AYANOVA_FOLDER_USER_FILES= ".\data\userfiles" --AYANOVA_FOLDER_BACKUP_FILES=".\data\backupfiles"
|
|
start "" http://localhost:7575/api/v8/ |