This commit is contained in:
2022-02-08 22:54:50 +00:00
parent 8ea7e1d1bd
commit be820c695f
4 changed files with 45 additions and 114 deletions

View File

@@ -2,7 +2,7 @@
## AyaNova system architecture
AyaNova is a client / server application split between the AyaNova API web server and a progressive web application that provides the AyaNova user interface.
AyaNova is a client / server application split between the AyaNova API web server and a responsive web application that provides the AyaNova user interface.
## AyaNova server
@@ -16,15 +16,15 @@ PostgreSQL can be run on multiple operating systems and platforms including Linu
## 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 responsive web application. "Responsive" 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, on-premise with a office network server or hosted on a 3rd party internet hosting provider such as [DigitalOcean](https://www.digitalocean.com/).
AyaNova server 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/).
The [installation guide](ops-install.md) is the starting point for installing AyaNova to meet specific needs.
The [installation guide](ops-install.md) is the starting point for installing the AyaNova server to meet specific needs.
## Configuration