This commit is contained in:
2021-12-14 01:15:54 +00:00
parent 9cb6670435
commit d9b47087d3
6 changed files with 15 additions and 15 deletions

View File

@@ -4,9 +4,9 @@ Please read through all the instructions below **before** proceeding with instal
The "single" installation is appropriate for a single user of AyaNova on a Windows 64 bit computer.
This installer includes everything needed to run AyaNova locally on a single computer; a standalone version of the Postgres sql server, the AyaNova server files and all .net core framework files required by AyaNova and the "ayanova-launcher" application which when run will automatically start a standalone Postgres server, then the AyaNova server and finally will launch the default browser to the AyaNova web application to login and start working.
This installer includes everything needed to run AyaNova locally on a single computer; a standalone version of the PostgreSQL server, the AyaNova server files and all .net core framework files required by AyaNova and the "ayanova-launcher" application which when run will automatically start a standalone PostgreSQL server, then the AyaNova server and finally will launch the default browser to the AyaNova web application to login and start working.
The ayanova-launcher is also responsible for shutting down the Postgres server when the AyaNova server exits.
The ayanova-launcher is also responsible for shutting down the PostgreSQL server when the AyaNova server exits.
## Configuration fixed
@@ -20,13 +20,13 @@ For simplicity of use, the "single" installation is intended for users who will
- RAM : 512 MB (minimum), 1 GB (recommended)
- Modern web browser (not Internet Explorer) with Javascript enabled
## Existing Postgres sql server
## Existing PostgreSQL server
The single installer is not appropriate to use with a computer that already has a Postgres sql server installed to it, if that is the case then one of the [network installation guides](ops-install.md) should be followed instead to use your existing Postgres server.
The single installer is not appropriate to use with a computer that already has a PostgreSQL server installed to it, if that is the case then one of the [network installation guides](ops-install.md) should be followed instead to use your existing PostgreSQL server.
## Network Ports
The single user installer will use TCP/IP ports 6432 for the Postgres server and 7575 for the AyaNova server. If these ports are not free then one of the [network installation guides](ops-install.md) should be followed instead.
The single user installer will use TCP/IP ports 6432 for the PostgreSQL server and 7575 for the AyaNova server. If these ports are not free then one of the [network installation guides](ops-install.md) should be followed instead.
## Folders
@@ -35,7 +35,7 @@ The single user installer will use TCP/IP ports 6432 for the Postgres server and
## Installation procedure
- Download and run the standalone installer from our web site: [https://www.ayanova.com/Downloads/v8/ayanova-windows-x64-single-setup.exe](https://www.ayanova.com/Downloads/v8/ayanova-windows-x64-single-setup.exe). Follow the prompts and accept the defaults. At the end of setup the ayanova-launcher application will start if selected (or you can run it from the desktop icon) and in turn it will start the Postgres server, AyaNova server and then open the default web browser to both the AyaNova server interface and the AyaNova User interface.
- Download and run the standalone installer from our web site: [https://www.ayanova.com/Downloads/v8/ayanova-windows-x64-single-setup.exe](https://www.ayanova.com/Downloads/v8/ayanova-windows-x64-single-setup.exe). Follow the prompts and accept the defaults. At the end of setup the ayanova-launcher application will start if selected (or you can run it from the desktop icon) and in turn it will start the PostgreSQL server, AyaNova server and then open the default web browser to both the AyaNova server interface and the AyaNova User interface.
## Starting and stopping AyaNova server
To shut down the AyaNova server press the ctrl-c key combination in the ayanova-launcher window.