This commit is contained in:
2021-12-01 18:18:27 +00:00
parent 459164fe25
commit ac6b9771fa

View File

@@ -181,16 +181,28 @@ Coded by importance
██║██║ ╚████║███████║ ██║ ██║ ██║███████╗███████╗ ██║██║ ╚████║███████║ ██║ ██║ ██║███████╗███████╗
╚═╝╚═╝ ╚═══╝╚══════╝ ╚═╝ ╚═╝ ╚═╝╚══════╝╚══════╝ ╚═╝╚═╝ ╚═══╝╚══════╝ ╚═╝ ╚═╝ ╚═╝╚══════╝╚══════╝
User types and complexity: Install types:
Just want to get going immediately and no technical stuff: No install - hosted solution by us (down the road or whatever maybe we offer service to setup on their do account for them)
hosted solution by us "SIMPLE" single user / standalone / beta test no configuration just install and run
Want to run locally on windows / beta test migration, our typical existing user (except external access users) "PRIVATE INTERNAL LAN" install
self install to windows with everything ready to run out of the box (this installer I'm making now) no postgres included, will prompt if they have it and if not will open url to download and install and exit installer
Shared power users with external access no dotnet framework included, will detect and if not found will open url to download and exit
Zip file install for power users, archive with manual guidance starts with windows
need to figure out how to support certs in ayanova etc as nginx is shit on windows "IIS" install
this is IIS territory I think as it supports and is supported same as LAN install but installs under IIS as a host for ayanova
Linux direct to the docker solution initially, later can see about a tar archive and bare metal running it "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 ## WINDOWS
@@ -212,10 +224,12 @@ With launcher, inno only needs to drop files and put desktop icon
WHERE ITS AT: WHERE ITS AT:
It all works!!! 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 Docs for this type of installer with stubs for other types in OPS installation
one page per type one page per type
Deploy to Joyce for testing 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 https://www.ayanova.com/Downloads/v8/migrate141.7z
BUILD 141 CHANGES OF NOTE 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