This commit is contained in:
@@ -202,25 +202,24 @@ Just replicate the batch file but properly and in order and in fixed location so
|
||||
No built in config ability, edit json file only if necessary but make it not necessary, this is meant to be a single standalone quickie for neophyte users
|
||||
|
||||
|
||||
{
|
||||
"AYANOVA_USE_URLS": "http://*:7575",
|
||||
"TransientFaultHandlingOptions": {
|
||||
"Enabled": true,
|
||||
"AutoRetryDelay": "00:00:07"
|
||||
},
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft": "Warning",
|
||||
"Microsoft.Hosting.Lifetime": "Information"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
With launcher, inno only needs to drop files and put desktop icon
|
||||
|
||||
|
||||
WHERE ITS AT:
|
||||
Install works and works better when *not* in program files folder due to download chromium security issue
|
||||
Outstanding:
|
||||
Change up data and by default put it under AyaNova program folder (make a data folder from installer and pre-populate)
|
||||
Install postgres with AyaNova
|
||||
Start postgres, then ayanova server, monitor them for full startup by pinging port I guess?
|
||||
launch browser to AyaNova folder
|
||||
closing launcher closes all
|
||||
Should server be hidden or redirect to launcher it's stdio?
|
||||
Can everything redirect to launcher and just hide them fully?
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- configure command line options (in installer)
|
||||
- re-configure / view command line options after install
|
||||
|
||||
Reference in New Issue
Block a user