This commit is contained in:
2021-12-09 01:29:55 +00:00
parent 60f8d5910c
commit ad1073e1a6
7 changed files with 169 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
# AYANOVA INSTALLATION - LINUX DESKTOP USER GUIDE
# AYANOVA INSTALLATION - LINUX DESKTOP
The "desktop" installation is appropriate for a single user of AyaNova on a Linux x64 Desktop OS computer accessed with local browser.
@@ -61,7 +61,6 @@ Download the the AyaNova server binary files folder created in the previous step
### Unzip the archive
Unzip the archive into the AyaNova server binary files folder created in the previous step.
Assuming it's located in the ayanova bin folder from the terminal:
`sudo unzip ayanova-linux-x64-desktop.zip`
### Set execute permission
@@ -73,7 +72,7 @@ From the terminal in the AyaNova binary files folder:
The server **must** be configured before it will be able to start properly and find the database server.
The AyaNova bin folder has a `config.json` file is AyaNova's initial source for [configuration settings](ops-config-environment-variables.md) required for the server to start. It is necessary to edit this file (or provide an [alternative source of configuration](ops-config-environment-variables.md) and specify the password to connect to the PostgreSQL server. For example, if editing the default config.json file:
The AyaNova bin folder has a `config.json` file which is AyaNova's initial source for [configuration settings](ops-config-environment-variables.md) required for the server to start. It is necessary to edit this file (or provide an [alternative source of configuration](ops-config-environment-variables.md) and specify the password to connect to the PostgreSQL server. For example, if editing the default config.json file:
```json
{