diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 481f6d4c..22101202 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -181,16 +181,28 @@ Coded by importance ██║██║ ╚████║███████║ ██║ ██║ ██║███████╗███████╗ ╚═╝╚═╝ ╚═══╝╚══════╝ ╚═╝ ╚═╝ ╚═╝╚══════╝╚══════╝ -User types and complexity: - Just want to get going immediately and no technical stuff: - hosted solution by us - Want to run locally on windows / beta test migration, our typical existing user (except external access users) - self install to windows with everything ready to run out of the box (this installer I'm making now) - Shared power users with external access - Zip file install for power users, archive with manual guidance - need to figure out how to support certs in ayanova etc as nginx is shit on windows - this is IIS territory I think as it supports and is supported - Linux direct to the docker solution initially, later can see about a tar archive and bare metal running it +Install types: + No install - hosted solution by us (down the road or whatever maybe we offer service to setup on their do account for them) + "SIMPLE" single user / standalone / beta test no configuration just install and run + "PRIVATE INTERNAL LAN" install + no postgres included, will prompt if they have it and if not will open url to download and install and exit installer + no dotnet framework included, will detect and if not found will open url to download and exit + starts with windows + "IIS" install + same as LAN install but installs under IIS as a host for ayanova + "EXPERT" install + Just an archive containing ayanova program files and a guide doc + + "LINUX DOCKER" + maybe this is assuming a fresh new linux, not an expert install but a guide to get it on digitalocean from scratch + Same as our helloayanova.com docker script but in a TAR archive with instructions to build and use with docker + requires NGINX somewhere, maybe we pull it into the build?? + "LINUX BAREMETAL EXPERT" + TAR archive and instructions to use with NGINX like how we do rockfish etc + For people that have existing linux server and want to get it going + "MAC" - unsupported experimental + A MAC build of bare files untested for people to try if they really want to go this route + until we have a mac we can't really support this so we should say unsupported ## WINDOWS @@ -211,11 +223,13 @@ No built in config ability, edit json file only if necessary but make it not nec With launcher, inno only needs to drop files and put desktop icon -WHERE ITS AT: - It all works!!! +WHERE ITS AT: + Installer for v8Migrate plugin + NO SQL Installer + Installer for windows IIS + + - 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 @@ -1011,9 +1025,26 @@ MID CENTURY MODERN TUNES - https://www.allmusic.com/album/ultra-lounge-vol-14-bo ####################################################################################################################################### -https://www.ayanova.com/Downloads/v8/ayanova8.alpha.141-win-x64.7z +https://www.ayanova.com/Downloads/v8/ayanova-server-setup.exe https://www.ayanova.com/Downloads/v8/migrate141.7z BUILD 141 CHANGES OF NOTE +- Various internal changes to fix issues found when going to installer +- Build is Windows "Simple" Installer + Think of it as the equivalent of the AyaNova 7 single user installation (though it can work with a lan I'll have a proper installer for that) + Ideal for beta testers who want to quickly test a conversion and maybe LAN access internally + standalone, includes postgres and is pre-configured to just work + hase a launcher that takes care of starting local sql, booting ayanova and opening the browser + launcher takes care of cleanly shutting down postgres when users closes AyaNova + Not intended for Users with separately installed or pre-existing postgres or for external to lan access, separate installer and guide coming for that +- COMING SOON + - Other Windows installers coming for proper "server" installation and for shared network access and external to network access + - Linux distribution coming with files and guide for Docker in Linux + - v8Migrate plugin installer + + + + +