case 4586
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user