This commit is contained in:
2021-12-01 23:32:50 +00:00
parent 216a5876a2
commit 92a44fd4ec
3 changed files with 20 additions and 12 deletions

View File

@@ -10,18 +10,19 @@ The AyaNova server is built upon the [ASP.NET Core](https://docs.microsoft.com/e
## Database
AyaNova uses the [Postgres](https://www.postgresql.org/) database server exclusively. "PostgreSQL is a powerful, open source object-relational database system with over 30 years of active development that has earned it a strong reputation for reliability, feature robustness, and performance." - from the Postgres web site.
AyaNova uses the [Postgres](https://www.postgresql.org/) database server exclusively. "PostgreSQL is a powerful, open source object-relational database system with over 30 years of active development that has earned it a strong reputation for reliability, feature robustness, and performance." - from the Postgres web site.
Postgres can be run on multiple operating systems including Linux or Windows.
## AyaNova client
The "front end" of AyaNova also known as the "client" is the user interface for AyaNova. The AyaNova client is a progressive web application. "Progressive" refers to the applications ability to adapt to the device being used and it's screen dimensions. Any device on any platform, desktop or mobile, can be used with AyaNova provided it has a modern web browser with Javascript enabled.
The "front end" of AyaNova also known as the "client" is the user interface for AyaNova. The AyaNova client is a progressive web application. "Progressive" refers to the applications ability to adapt to the device being used and it's screen dimensions. Any device on any platform, desktop or mobile, can be used with AyaNova provided it has a modern web browser with Javascript enabled.
## Installation
AyaNova supports many configurations from single user on a single computer, multiple office users on a local area network to large corporate scenarios where AyaNova is accessed globally from the internet.
AyaNova can be installed on many platforms including a single computer for private use, an office network server or on a 3rd party internet hosting site (Windows or Linux).
AyaNova supports many configurations from single user on a single computer, multiple office users on a local area network to large corporate scenarios where AyaNova is accessed globally from the internet.
AyaNova can be installed on many platforms including a single computer for private use, on-premise with a office network server or hosted on a 3rd party internet hosting provider such as [DigitalOcean](https://www.digitalocean.com/) (Windows or Linux).
The [installation guide](ops-install.md) is the starting point for installing AyaNova to meet specific needs.
@@ -30,11 +31,7 @@ The [installation guide](ops-install.md) is the starting point for installing Ay
The [configuration guide](ops-config-environment-variables.md) is a reference to all the operational settings related to booting the AyaNova server and adjusting how it operates.
## Maintenance
The [maintenance guide](ops-maintenance.md) is a reference to important maintenance tasks for the person responsible for keeping AyaNova server running and data safely maintained.
## Metrics
The [maintenance guide](ops-maintenance.md) is a reference to important maintenance tasks for the person responsible for keeping AyaNova server running and data secured and protected from loss.
- docs link here to explain what the AyaNoav server is so start with a server section and explain client server aspects briefly in overview
- Then go on to the basic sections of ops starting with installation then config and then ongoing maintenance and metrics etc