This commit is contained in:
2022-08-09 00:19:26 +00:00
parent f0ff686efe
commit a6a79ead77
5 changed files with 23 additions and 3 deletions

View File

@@ -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 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 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 PRICING AND PLANS THIS IS OFFICIAL HERE REPLACES ANYTHING WRITTEN ANYWHERE ELSE 2022-08-04 17:25:37

View File

@@ -2,6 +2,8 @@
Please read through all the instructions below **before** proceeding with installation to be sure everything is available and ready. 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. 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). 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). 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 ```dos
dotnet --list-runtimes dotnet --list-runtimes

View File

@@ -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). 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 ```dos
dotnet --list-runtimes dotnet --list-runtimes

View File

@@ -65,6 +65,8 @@ Use the **`Run anyway`** button to start the installation.
![SCREENSHOT OF WEBPAGE LOGIN](img/ops-install-ayanovaloginpage.png) ![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. 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) ![SCREENSHOT OF DESKTOP ICON](img/ops-install-windows-single-launcher.png)

View File

@@ -7,7 +7,7 @@ theme:
site_name: AyaNova manual site_name: AyaNova manual
site_dir: '../../../server/AyaNova/wwwroot/docs' site_dir: '../../../server/AyaNova/wwwroot/docs'
strict: true 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: extra:
generator: false generator: false
# Extensions # Extensions