This commit is contained in:
2020-08-11 00:05:58 +00:00
parent d69bf7179c
commit 6a225fe3d7

View File

@@ -5,15 +5,28 @@ PRIORITY - ALWAYS Lowest level stuff first, i.e. TODO at server, api route chang
todo: INSTALLER
Might need to move up the installer so that Joyce can test and can just install it standalone and test out shit
Windows installer for first iteration
include the portable postgres
NEXT UP: Include the portable postgres
Batch file needs to launch the postgres by calling it before launching the web browser and finally the server
Then need to determine default folder structure and implement it
I'm liking the app being in the "files" folder though it might warrant a better name
and then data all in the above root folder in their own subdirs (also logs there too)
This way all the program file shit is separate from all the user editable content makes for cleaner updates etc
easy way to select command line params without resorting to editing text files for end user
initially it's an installation option, but then need to edit after the fact
Quick check of installers available still and is it still kosher to keep using the v7 installer or is something better, more supported by windows etc?
Quick check of installers available still and is it still kosher to keep using INNO setup or is something better, more supported by windows etc?
Wix if want MSI (some say that's desireable)
INNO is still relevant
I don't need hardly any requirements that can't just be copy or unzip deployed so maybe don't even need an installer for now?
(zip distribution is going to be problematic with Windows file protection shit)
https://docs.microsoft.com/en-us/dotnet/core/deploying/
Should I start the server with temporary environment variables set for that session somehow or keep with command line?
command line works
todo: Build one for Windows 7 separately so can test on v7 dev laptop locally while developing v8 migrate plugin
todo: contact link on server api host page should include dbid in link
todo: Server home page - can it have a shutdown the server link?
Or can I shutdown from inside the client in OPS server state menu?
=========================================================================================================
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@