From 0a3edb5d80a40f549609dbd943b586e7e34e05ed Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Sat, 27 Nov 2021 00:41:01 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 6a9a3186..a081ebda 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -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