This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 19 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
@@ -16,15 +16,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: installation guide [https://www.postgresqltutorial.com/install-postgresql/](https://www.postgresqltutorial.com/install-postgresql/)
|
||||
- ASP.NET Core Runtime Hosting bundle v6.0.0 or newer : Download [https://dotnet.microsoft.com/permalink/dotnetcore-current-windows-runtime-bundle-installer](https://dotnet.microsoft.com/permalink/dotnetcore-current-windows-runtime-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: installation guide [https://www.postgresqltutorial.com/install-postgresql/](https://www.postgresqltutorial.com/install-postgresql/)
|
||||
- ASP.NET Core Runtime Hosting bundle v6.0.0 or newer : Download [https://dotnet.microsoft.com/permalink/dotnetcore-current-windows-runtime-bundle-installer](https://dotnet.microsoft.com/permalink/dotnetcore-current-windows-runtime-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
|
||||
|
||||
@@ -36,8 +36,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
|
||||
|
||||
@@ -125,6 +125,18 @@ dotnet --list-runtimes
|
||||
|
||||
Once you have ensured the three requirements above are installed and available, download and run the AyaNova network installer: [https://www.ayanova.com/download/ayanova-windows-x64-lan-setup.exe](https://www.ayanova.com/download/ayanova-windows-x64-lan-setup.exe).
|
||||
|
||||
#### Smart screen warning
|
||||
|
||||
The setup file is _not_ digitally signed so the first time you run setup you may receive a "Smart Screen" warning from Windows such as the following:
|
||||
|
||||

|
||||
|
||||
Clicking on **More info** will reveal the following:
|
||||
|
||||

|
||||
|
||||
Use the **`Run anyway`** button to start the installation.
|
||||
|
||||
**IMPORTANT**: You **MUST UNCHECK** the option 'Start AyaNova server when Windows starts'
|
||||
|
||||

|
||||
@@ -167,12 +179,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"
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
@@ -17,17 +17,17 @@ An up to date modern web browser (not Internet Explorer) with Javascript enabled
|
||||
|
||||
## AyaNova server system requirements
|
||||
|
||||
- OS : Windows 64 bit operating system
|
||||
- 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.0.0 or newer : Download [https://dotnet.microsoft.com/permalink/dotnetcore-current-windows-runtime-bundle-installer](https://dotnet.microsoft.com/permalink/dotnetcore-current-windows-runtime-bundle-installer)
|
||||
- OS : Windows 64 bit operating system
|
||||
- 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.0.0 or newer : Download [https://dotnet.microsoft.com/permalink/dotnetcore-current-windows-runtime-bundle-installer](https://dotnet.microsoft.com/permalink/dotnetcore-current-windows-runtime-bundle-installer)
|
||||
|
||||
## 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
|
||||
|
||||
@@ -63,6 +63,18 @@ dotnet --list-runtimes
|
||||
|
||||
Once you have ensured the two requirements above are installed and available; download and run the AyaNova network installer: [https://www.ayanova.com/download/ayanova-windows-x64-lan-setup.exe](https://www.ayanova.com/download/ayanova-windows-x64-lan-setup.exe).
|
||||
|
||||
#### Smart screen warning
|
||||
|
||||
The setup file is _not_ digitally signed so the first time you run setup you may receive a "Smart Screen" warning from Windows such as the following:
|
||||
|
||||

|
||||
|
||||
Clicking on **More info** will reveal the following:
|
||||
|
||||

|
||||
|
||||
Use the **`Run anyway`** button to start the installation.
|
||||
|
||||
Keep the checkmark on _Start AyaNova server when Windows starts_ and click on _next_.
|
||||
|
||||

|
||||
@@ -101,12 +113,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"
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
@@ -14,11 +14,11 @@ For simplicity of use, the "single" installation is intended for users who will
|
||||
|
||||
## System requirements
|
||||
|
||||
- OS : Windows 64 bit operating system
|
||||
- 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)
|
||||
- Modern web browser (not Internet Explorer) with Javascript enabled
|
||||
- OS : Windows 64 bit operating system
|
||||
- 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)
|
||||
- Modern web browser (not Internet Explorer) with Javascript enabled
|
||||
|
||||
## Existing PostgreSQL server
|
||||
|
||||
@@ -30,8 +30,8 @@ The single user installer will use TCP/IP ports 6432 for the PostgreSQL server a
|
||||
|
||||
## Folders
|
||||
|
||||
- Program files : By default (and recommended) AyaNova server program files will be installed to `C:\Program Files\ayanova` folder
|
||||
- Data files: AyaNova will store all data in the %ProgramData% folder under `ayanova` which on most computers will be located at `C:\ProgramData\ayanova`. This includes all logs, backups and User attachment files.
|
||||
- Program files : By default (and recommended) AyaNova server program files will be installed to `C:\Program Files\ayanova` folder
|
||||
- Data files: AyaNova will store all data in the %ProgramData% folder under `ayanova` which on most computers will be located at `C:\ProgramData\ayanova`. This includes all logs, backups and User attachment files.
|
||||
|
||||
## Installation procedure
|
||||
|
||||
@@ -39,6 +39,18 @@ The single user installer will use TCP/IP ports 6432 for the PostgreSQL server a
|
||||
|
||||
[https://www.ayanova.com/download/ayanova-windows-x64-single-setup.exe](https://www.ayanova.com/download/ayanova-windows-x64-single-setup.exe)
|
||||
|
||||
#### Smart screen warning
|
||||
|
||||
The setup file is _not_ digitally signed so the first time you run setup you may receive a "Smart Screen" warning from Windows such as the following:
|
||||
|
||||

|
||||
|
||||
Clicking on **More info** will reveal the following:
|
||||
|
||||

|
||||
|
||||
Use the **`Run anyway`** button to start the installation.
|
||||
|
||||
2\. Follow the prompts, accepting the license agreement and the defaults.
|
||||
|
||||
3\. Complete the setup
|
||||
|
||||
Reference in New Issue
Block a user