From cda6322fd6041f8c19f9197609d7f01ae4fbd750 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 25 Jan 2023 00:17:27 +0000 Subject: [PATCH] --- .../ayanova/docs/ops-install-windows-iis.md | 35 +++++++++---------- 1 file changed, 17 insertions(+), 18 deletions(-) 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 2e94db6f..9eb39b7b 100644 --- a/docs/8.0/ayanova/docs/ops-install-windows-iis.md +++ b/docs/8.0/ayanova/docs/ops-install-windows-iis.md @@ -18,15 +18,15 @@ An up to date modern web browser (not Internet Explorer) with Javascript enabled ## AyaNova server system requirements -- OS : Windows 64 bit operating system with IIS -- IIS: Internet information server -- 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 +- OS : Windows 64 bit operating system with IIS +- IIS: Internet information server +- 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 ## Security and Network requirements to access IIS from the internet @@ -38,8 +38,8 @@ If a networking technician has a question about AyaNova itself that is not answe ## Folders -- Program files : By default (and recommended) AyaNova server program files will be installed to `C:\Program Files\ayanova` folder -- Data files: All data aside from attachment files is stored in the PostgreSQL database. By default AyaNova will store attachment files, logs and backup files in the %ProgramData% folder under `ayanova` which on most computers will be located at `C:\ProgramData\ayanova`. Each folder location can be changed via [configuration](ops-config-environment-variables.md). +- Program files : By default (and recommended) AyaNova server program files will be installed to `C:\Program Files\ayanova` folder +- Data files: All data aside from attachment files is stored in the PostgreSQL database. By default AyaNova will store attachment files, logs and backup files in the %ProgramData% folder under `ayanova` which on most computers will be located at `C:\ProgramData\ayanova`. Each folder location can be changed via [configuration](ops-config-environment-variables.md). ## Installation procedure @@ -183,12 +183,12 @@ The default installed `config.json` file will initially have the following: ```json { - "AYANOVA_USE_URLS": "http://*:7575", - "AYANOVA_DB_CONNECTION": "Server=localhost;Username=postgres;Password=YOUR_PASSWORD_HERE;Database=AyaNova;", - "AYANOVA_DEFAULT_TRANSLATION": "en", - "AYANOVA_BACKUP_PG_DUMP_PATH": "C:\\Program Files\\PostgreSQL\\14\\bin", - "AYANOVA_DATA_PATH": "%ProgramData%\\ayanova", - "AYANOVA_LOG_LEVEL": "Info" + "AYANOVA_USE_URLS": "http://*:7575", + "AYANOVA_DB_CONNECTION": "Server=localhost;Username=postgres;Password=YOUR_PASSWORD_HERE;Database=AyaNova;", + "AYANOVA_DEFAULT_TRANSLATION": "en", + "AYANOVA_BACKUP_PG_DUMP_PATH": "C:\\Program Files\\PostgreSQL\\14\\bin", + "AYANOVA_DATA_PATH": "%ProgramData%\\ayanova", + "AYANOVA_LOG_LEVEL": "Info" } ``` @@ -386,4 +386,3 @@ The next step is to [login](ay-start-login.md), request or install a [license](a To ensure AyaNova runs smoothly and data is safe and secure be sure to look over the [Server operations](ops-intro.md) configuration and maintenance guide. 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. -