From e553c59d15633d22bd5c097a1ab475979fc1f3a3 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 8 May 2024 23:17:49 +0000 Subject: [PATCH] case 4586 --- dist/install/windows/x64/lan.iss | 2 +- .../ayanova/docs/ops-install-linux-desktop.md | 10 +++++----- .../ayanova/docs/ops-install-linux-server.md | 17 ++++++++--------- .../8.0/ayanova/docs/ops-install-windows-iis.md | 9 ++++----- .../8.0/ayanova/docs/ops-install-windows-lan.md | 8 ++++---- 5 files changed, 22 insertions(+), 24 deletions(-) diff --git a/dist/install/windows/x64/lan.iss b/dist/install/windows/x64/lan.iss index 169a052e..30067419 100644 --- a/dist/install/windows/x64/lan.iss +++ b/dist/install/windows/x64/lan.iss @@ -66,7 +66,7 @@ var begin if (CurStep=ssInstall) then begin - if MsgBox('AyaNova depends on the "ASP.NET Core Runtime Hosting bundle" 6.x.' + #13#10 +'Open the download web page now?', mbConfirmation, MB_YESNO or MB_DEFBUTTON2) = IDYES then + if MsgBox('AyaNova depends on the "ASP.NET Core Runtime Hosting bundle" 8.x.' + #13#10 +'Open the download web page now?', mbConfirmation, MB_YESNO or MB_DEFBUTTON2) = IDYES then begin ShellExec('open', 'https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-aspnetcore-6.0.13-windows-hosting-bundle-installer', '', '', SW_SHOW, ewNoWait, ErrCode); end; diff --git a/docs/8.0/ayanova/docs/ops-install-linux-desktop.md b/docs/8.0/ayanova/docs/ops-install-linux-desktop.md index 33445af1..996aac3c 100644 --- a/docs/8.0/ayanova/docs/ops-install-linux-desktop.md +++ b/docs/8.0/ayanova/docs/ops-install-linux-desktop.md @@ -24,7 +24,7 @@ You may need to "translate" these instructions into your Linux distribution's pa ### 1\. ASP.NET Core runtime -AyaNova requires the ASP.NET Core runtime version 6.X and Microsoft provides a step by step guide to install it properly on each version of Linux. +AyaNova requires the ASP.NET Core runtime version 8.X.x and Microsoft provides a step by step guide to install it properly on each version of Linux. Install the **"ASP.NET CORE RUNTIME" (NOT SDK VERSION)** using this guide for your specific OS version [https://docs.microsoft.com/en-us/dotnet/core/install/linux](https://docs.microsoft.com/en-us/dotnet/core/install/linux) @@ -38,14 +38,14 @@ Confirm ASP.NET Core runtime is installed and available before proceeding to the dotnet --list-runtimes ``` -The AspNetCore runtime should be displayed with version 6.x: +The AspNetCore runtime should be displayed with version 8.x.x, for example: ``` -Microsoft.AspNetCore.App 6.0.3 [/usr/share/dotnet/shared/Microsoft.AspNetCore.App] -Microsoft.NETCore.App 6.0.3 [/usr/share/dotnet/shared/Microsoft.NETCore.App] +Microsoft.AspNetCore.App 8.0.3 [/usr/lib/dotnet/shared/Microsoft.AspNetCore.App] +Microsoft.NETCore.App 8.0.3 [/usr/lib/dotnet/shared/Microsoft.NETCore.App] ``` -If you do not see this go through the installation steps above again. +If you do not see '8' as the first major version digit (the rest may vary) go through the installation steps above again. ### 2\. PostgreSQL server diff --git a/docs/8.0/ayanova/docs/ops-install-linux-server.md b/docs/8.0/ayanova/docs/ops-install-linux-server.md index e0c6e9a6..dc6ae66d 100644 --- a/docs/8.0/ayanova/docs/ops-install-linux-server.md +++ b/docs/8.0/ayanova/docs/ops-install-linux-server.md @@ -55,7 +55,7 @@ We recommend double the size of ram allocated to swap space so if you have 1GB o ### 2\. Install ASP.NET Core runtime -AyaNova requires the ASP.NET Core runtime version 6.x and Microsoft provides a step by step guide to install it properly on each version of Linux. +AyaNova requires the ASP.NET Core runtime version 8.x and Microsoft provides a step by step guide to install it properly on each version of Linux. Install the **"ASP.NET CORE RUNTIME" (NOT SDK VERSION)** using this guide for your specific OS [https://docs.microsoft.com/en-us/dotnet/core/install/linux](https://docs.microsoft.com/en-us/dotnet/core/install/linux) @@ -70,14 +70,14 @@ Confirm ASP.NET Core runtime is installed and available before proceeding to the dotnet --list-runtimes ``` -The AspNetCore runtime should be displayed with version 6.x: +The AspNetCore runtime should be displayed with version 8.x.x, for example: ``` -Microsoft.AspNetCore.App 6.0.3 [/usr/share/dotnet/shared/Microsoft.AspNetCore.App] -Microsoft.NETCore.App 6.0.3 [/usr/share/dotnet/shared/Microsoft.NETCore.App] +Microsoft.AspNetCore.App 8.0.3 [/usr/share/dotnet/shared/Microsoft.AspNetCore.App] +Microsoft.NETCore.App 8.0.3 [/usr/share/dotnet/shared/Microsoft.NETCore.App] ``` -If you do not see this go through the installation steps above again. +If you do not see an '8' as the first digit of the version number (the rest may vary) go through the installation steps above again. ### 3\. Install PostgreSQL server @@ -392,7 +392,7 @@ server { proxy_connect_timeout 3600; proxy_send_timeout 3600; proxy_read_timeout 3600; - send_timeout 3600; + send_timeout 3600; # Note: the client_max_body_size setting controls the maximum upload size for attachments in AyaNova # it is a good security precaution to set this value only as high as absolutely needed by your staff for # file attachment uploads @@ -464,7 +464,7 @@ server { proxy_connect_timeout 3600; proxy_send_timeout 3600; proxy_read_timeout 3600; - send_timeout 3600; + send_timeout 3600; # Note: the client_max_body_size setting controls the maximum upload size for attachments in AyaNova # it is a good security precaution to set this value only as high as absolutely needed by your staff for # file attachment uploads @@ -566,7 +566,7 @@ server { proxy_connect_timeout 3600; proxy_send_timeout 3600; proxy_read_timeout 3600; - send_timeout 3600; + send_timeout 3600; # Note: the client_max_body_size setting controls the maximum upload size for attachments in AyaNova # it is a good security precaution to set this value only as high as absolutely needed by your staff for # file attachment uploads @@ -613,7 +613,6 @@ To ensure AyaNova runs smoothly and data is safe and secure be sure to look over For Business administration and setting things up from a business perspective, review the [Getting started - Set up for production use](tour-bootstrap-configure.md) step in our Getting started guided tour. - ### Report rendering first time delay The very first time a report is rendered in AyaNova there will be a delay while the Chromium browser report rendering components are installed. 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 94f4f69f..50095569 100644 --- a/docs/8.0/ayanova/docs/ops-install-windows-iis.md +++ b/docs/8.0/ayanova/docs/ops-install-windows-iis.md @@ -23,8 +23,6 @@ An up to date modern web browser (not Internet Explorer) with Javascript enabled - Internet connection : required to install license and to automatically download the Chromium report rendering engine - Disk space: minimum 2GB of free disk space - RAM : 1GB (minimum), 2+ GB (recommended) -- PostgreSQL Server 12.x or newer: installation guide [https://www.postgresqltutorial.com/install-postgresql/](https://www.postgresqltutorial.com/install-postgresql/) -- ASP.NET Core Runtime Hosting bundle v6.x : Download [https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-aspnetcore-6.0.13-windows-hosting-bundle-installer](https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-aspnetcore-6.0.13-windows-hosting-bundle-installer) - Static IP address if AyaNova will be used from the internet - Domain or subdomain name if AyaNova will be used from the internet @@ -111,9 +109,11 @@ If IIS is not already enabled and running do not proceed until it is. The ASP.NET Core runtime will see IIS and install appropriate components but only if IIS is present during the ASP.NET Core runtime installation. -AyaNova is built upon the ASP.NET Core runtime version 6.x and it should be present **before** AyaNova is installed. +AyaNova is built upon the ASP.NET Core runtime version 8.x.x and it should be present **before** AyaNova is installed. -Download the runtime here [https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-aspnetcore-6.0.13-windows-hosting-bundle-installer](https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-aspnetcore-6.0.13-windows-hosting-bundle-installer). +**Warning** Microsoft provides several different links to asp.net core downloads; the one you **must** choose is the link labelled "Hosting bundle". + +Download the ASP.NET Core **Hosting bundle** runtime here [https://dotnet.microsoft.com/en-us/download/dotnet/8.0](https://dotnet.microsoft.com/en-us/download/dotnet/8.0). Run the installer and take the defaults. @@ -143,7 +143,6 @@ Clicking on **More info** will reveal the following: Use the **`Run anyway`** button to start the installation. - **Why is the installer blocked by SmartScreen?** Windows SmartScreen blocks all files that it does not know. When a new version is released, these files are unknown to SmartScreen and thus SmartScreen warns about them. 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 39060861..a660bbf6 100644 --- a/docs/8.0/ayanova/docs/ops-install-windows-lan.md +++ b/docs/8.0/ayanova/docs/ops-install-windows-lan.md @@ -21,8 +21,6 @@ An up to date modern web browser (not Internet Explorer) with Javascript enabled - Internet connection : required to install license and to automatically download the Chromium report rendering engine - Disk space: minimum 2GB of free disk space - RAM : 1GB (minimum), 2+ GB (recommended) -- PostgreSQL Server: installation guide [https://www.postgresqltutorial.com/install-postgresql/](https://www.postgresqltutorial.com/install-postgresql/) -- ASP.NET Core Runtime Hosting bundle v6.x : Download [https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-aspnetcore-6.0.13-windows-hosting-bundle-installer](https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-aspnetcore-6.0.13-windows-hosting-bundle-installer) ## Folders @@ -47,9 +45,11 @@ If you are installing PostgreSQL you will be prompted to provide a password to a ### 2\. Install ASP.NET Core Runtime -AyaNova is built upon the ASP.NET Core runtime version 6.x and it should be present **before** AyaNova is installed. +AyaNova is built upon the ASP.NET Core runtime version 8.x.x and it should be present **before** AyaNova is installed. -Download the runtime here [https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-aspnetcore-6.0.13-windows-hosting-bundle-installer](https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-aspnetcore-6.0.13-windows-hosting-bundle-installer). +**Warning** Microsoft provides several different links to asp.net core downloads; the one you **must** choose is the link labelled "Hosting bundle". + +Download the ASP.NET Core **Hosting bundle** runtime here [https://dotnet.microsoft.com/en-us/download/dotnet/8.0](https://dotnet.microsoft.com/en-us/download/dotnet/8.0). Run the installer and take the defaults.