From a6a79ead77adf550e4529548d56d61fd5bae5860 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 9 Aug 2022 00:19:26 +0000 Subject: [PATCH] --- devdocs/todo.txt | 12 ++++++++++++ docs/8.0/ayanova/docs/ops-install-windows-iis.md | 6 +++++- docs/8.0/ayanova/docs/ops-install-windows-lan.md | 4 +++- docs/8.0/ayanova/docs/ops-install-windows-single.md | 2 ++ docs/8.0/ayanova/mkdocs.yml | 2 +- 5 files changed, 23 insertions(+), 3 deletions(-) diff --git a/devdocs/todo.txt b/devdocs/todo.txt index 7f3018f5..4a174c8f 100644 --- a/devdocs/todo.txt +++ b/devdocs/todo.txt @@ -8,6 +8,18 @@ todo: TEST AND POST RELEASE BUILD 8.0.1 going to need to re-install the virtualbox app, shit, no way around it though Once all platforms pass all tests then and only then move to regular download folder and post about it on forum post +TESTING: + Test on devops first + smoke, e2e basics + Install virtualbox + get a windows test edition for server and for regular windows + Test in virtualbox on Regular windows + TESTED Windows 11 works good, excellent in fact + Test in virtualbox on IIS server windows + fucking windows server 2022 stuck at password complexity right out of the gate setting it, trying abcABC123!@# + kWorked perfectly!! + Test in Virtualbox on desktop linux + for now just update and re-run, no sense in getting deep into this oen it's unlikely to be common and if it is it will work probably since server works. PRICING AND PLANS THIS IS OFFICIAL HERE REPLACES ANYTHING WRITTEN ANYWHERE ELSE 2022-08-04 17:25:37 diff --git a/docs/8.0/ayanova/docs/ops-install-windows-iis.md b/docs/8.0/ayanova/docs/ops-install-windows-iis.md index 197f3647..5e87e93f 100644 --- a/docs/8.0/ayanova/docs/ops-install-windows-iis.md +++ b/docs/8.0/ayanova/docs/ops-install-windows-iis.md @@ -2,6 +2,8 @@ Please read through all the instructions below **before** proceeding with installation to be sure everything is available and ready. +There are several steps that need to be done as documented here or **AyaNova will fail to work properly**. + These instructions require a working knowledge of Windows server adminstration tasks. This installer includes the AyaNova server application only and depends on an IIS server, a PostgreSQL server be installed or accessible and the .net Core framework to be installed in the correct order (detailed below). @@ -111,7 +113,9 @@ AyaNova is built upon the ASP.NET Core runtime version 6.0 or newer and it shoul Download the runtime here [https://dotnet.microsoft.com/permalink/dotnetcore-current-windows-runtime-bundle-installer](https://dotnet.microsoft.com/permalink/dotnetcore-current-windows-runtime-bundle-installer). -Confirm your ASP.NET Core runtime is installed and running by opening a DOS command window and typing +Run the installer and take the defaults. + +Confirm your ASP.NET Core runtime is installed and running by opening a DOS command / Windows Shell window and typing ```dos dotnet --list-runtimes diff --git a/docs/8.0/ayanova/docs/ops-install-windows-lan.md b/docs/8.0/ayanova/docs/ops-install-windows-lan.md index e3819479..621a7001 100644 --- a/docs/8.0/ayanova/docs/ops-install-windows-lan.md +++ b/docs/8.0/ayanova/docs/ops-install-windows-lan.md @@ -49,7 +49,9 @@ AyaNova is built upon the ASP.NET Core runtime version 6.0 or newer and it shoul Download the runtime here [https://dotnet.microsoft.com/permalink/dotnetcore-current-windows-runtime-bundle-installer](https://dotnet.microsoft.com/permalink/dotnetcore-current-windows-runtime-bundle-installer). -Confirm your ASP.NET Core runtime is installed and running by opening a DOS command window and typing +Run the installer and take the defaults. + +Confirm your ASP.NET Core runtime is installed and running by opening a DOS command / Windows Shell window and typing ```dos dotnet --list-runtimes diff --git a/docs/8.0/ayanova/docs/ops-install-windows-single.md b/docs/8.0/ayanova/docs/ops-install-windows-single.md index 42fad2dc..c08e5b61 100644 --- a/docs/8.0/ayanova/docs/ops-install-windows-single.md +++ b/docs/8.0/ayanova/docs/ops-install-windows-single.md @@ -65,6 +65,8 @@ Use the **`Run anyway`** button to start the installation. ![SCREENSHOT OF WEBPAGE LOGIN](img/ops-install-ayanovaloginpage.png) +NOTE: you may receive a Windows firewall prompt asking to allow AyaNova to use the port required, accept the default to continue and use AyaNova. + IF the ayanova-launcher application does NOT automatically start after the setup completes, run the AyaNova desktop icon that was just created during setup. ![SCREENSHOT OF DESKTOP ICON](img/ops-install-windows-single-launcher.png) diff --git a/docs/8.0/ayanova/mkdocs.yml b/docs/8.0/ayanova/mkdocs.yml index 5b90eb9e..74dcec8a 100644 --- a/docs/8.0/ayanova/mkdocs.yml +++ b/docs/8.0/ayanova/mkdocs.yml @@ -7,7 +7,7 @@ theme: site_name: AyaNova manual site_dir: '../../../server/AyaNova/wwwroot/docs' strict: true -copyright: Copyright © 2022 Ground Zero Tech-Works Inc. REV-2022-08-05 +copyright: Copyright © 2022 Ground Zero Tech-Works Inc. REV-2022-08-08 extra: generator: false # Extensions