This commit is contained in:
2022-02-18 23:39:19 +00:00
parent e679f926d2
commit 93859dd356
7 changed files with 40 additions and 24 deletions

View File

@@ -20,13 +20,14 @@ These instructions were compiled and tested on an Ubuntu 21.10 Desktop OS howeve
### ASP.NET Core runtime
AyaNova requires the ASP.NET Core runtime version 6.0 or newer.
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)
AyaNova requires the ASP.NET Core runtime version 6.0 or newer 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)
There are different procedures for different versions of Linux so be sure to read through the instructions carefully.
There are three different versions of .net core listed, be sure you select the "ASP.NET Core Runtime" version.
NOTE: In the example command lines in the linked pages above they are sometimes missing the `sudo` command, be sure to add it before commands listed there if non root user.
Confirm ASP.NET Core runtime is installed and available before proceeding to the next step:
```bash
@@ -36,8 +37,8 @@ dotnet --list-runtimes
The AspNetCore runtime should be displayed with version 6 or newer:
```
Microsoft.AspNetCore.App 6.0.0 [/usr/share/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.NETCore.App 6.0.0 [/usr/share/dotnet/shared/Microsoft.NETCore.App]
Microsoft.AspNetCore.App 6.0.2 [/usr/share/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.NETCore.App 6.0.2 [/usr/share/dotnet/shared/Microsoft.NETCore.App]
```
If you do not see this go through the installation steps above again.
@@ -145,7 +146,7 @@ Make changes and save with `ctr-x` and type `y` to answer "Save modified buffer?
Start the server from the AyaNova bin folder in a terminal windows (ctrl-alt-t)
```bash
./AyaNova
sudo ./AyaNova
```
You should see an output in the terminal that indicates the AyaNova server version and that it is booting. Any problems found that prevent boot up will be displayed here.
@@ -165,4 +166,6 @@ Alternatively you can hard shut down AyaNova using the ctrl-c key combination in
## Getting started and using AyaNova
The next step is to follow the [getting started](adm-getting-started.md) guide for using and administrating AyaNova from a business point of view and also the [operations maintenance](ops-maintenance.md) guide to ensure AyaNova runs smoothly and data is safe and secure.
The next step is to [login](ay-start-login.md), request or install a [license](adm-license.md) and if are trying out AyaNova for the first time follow the [evaluation trial guide](ay-evaluate.md).
We also recommend looking over the [operations maintenance](ops-maintenance.md) guide to ensure AyaNova runs smoothly and data is safe and secure.