This commit is contained in:
2021-12-01 14:59:31 +00:00
parent ab528f65fa
commit 459164fe25
2 changed files with 21 additions and 34 deletions

View File

@@ -34,8 +34,12 @@ OUTSTANDING MAJOR AREAS TO BETA
Offer as archive for docker and for bare metal
Do a manual install of both to a clean server and document each step in the manual
Windows
standalone self contained or with postgres externally
radio buttons in installer "()Install standalone postgres database server, ()Use existing postgres server"
NEED INSTALL GUIDE WITH EACH TARGET TYPE USER
Dummy installer with everything included and static configuration
network admin installer with server files starts with windows or as a service
config edited by hand, expects postgres already installed
zip installer with guidance
Reports (stock)
v8Migrate completed
trial / seeder system
@@ -208,38 +212,21 @@ With launcher, inno only needs to drop files and put desktop icon
WHERE ITS AT:
It all works!!!
Everything starts and runs, actually working!
Single launcher window
Issues:
uninstall doesn't remove data folder but does completely remove program files folder
perhaps a side prompt on uninstall, see what v7 did because it has similar scenario handled
SINGLE USER STANDALONE ("dummy" / beta testers version)
Not intended for reconfiguration, just a standalone way to get up and running immediately
Can be used on a lan, not intended for outside access
Contains everything needed to run, launches with a desktop icon that starts sql then ayanova, then launches a browser to connect
Can modify the settings or leave as default
requires launcher program
LAN INTERNAL OFFICE
Contains only AyaNova server itself, requires separate install of postgres
prompts for postgres server location if it doesn't find it then won't install (or at least says crucial error)
EXTERNALLY ACCESSIBLE
Not directly accessible, needs or IIS??
(IIS is well documented way to host a .net core app then it's like nginx and handles certs etc)
do a new test deploy to linux to ensure didn't break anything for that platform
will need to update environment variables with new names
Docs for this type of installer with stubs for other types in OPS installation
one page per type
Deploy to Joyce for testing
make a builder that does *all* the building in one command with a deploy guide for me on what to set but make it minimal
creates the inno builder as well
puts everything in the correct folders
Builds for all platforms / installers at once
Needs to be good enough to start, walk away and come back to it finished and ready to deploy
bonus if it could deploy as well some day
People will want to test external access so need to get on that as well as part of beta
iis hosted, certs etc

View File

@@ -68,7 +68,7 @@ import chartBarHorizontalControl from "./components/chart-bar-horizontal-control
//DEVELOPMENT MODE
//THIS SHOULD BE FALSE IN RELEASE
//************************************************************
const DEV_MODE = true;
const DEV_MODE = false;
//************************************************************
//**************************************************************
//**************************************************************