This commit is contained in:
2022-03-23 00:50:44 +00:00
parent 8e58408113
commit 30c51f258f
7 changed files with 85 additions and 31 deletions

View File

@@ -123,7 +123,7 @@ dotnet --list-runtimes
### 4\. AyaNova server installation
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).
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).
**IMPORTANT**: You MUST UNCHECK the option 'Start AyaNova server when Windows starts'
@@ -157,7 +157,7 @@ The AyaNova server **must** be configured before it will be able to start proper
Configuration is done by editing the `config.json` file that has been installed to the `c:\Program Files\ayanova\` folder.
Run NotePad as Administrator to be able to edit and save in the program files folder by right clicking on the Notepad icon in the start menu, select *More* and *Run as administrator*:
Run NotePad as Administrator to be able to edit and save in the program files folder by right clicking on the Notepad icon in the start menu, select _More_ and _Run as administrator_:
![run notepad as administrator](img/ops-install-windows-run-notepad-as-administrator.png)
@@ -192,7 +192,10 @@ The [AYANOVA_DB_CONNECTION](ops-config-db.md) property must be edited and where
EDIT ONLY IF NEEDED:
The [AYANOVA_BACKUP_PG_DUMP_PATH](ops-config-backup-pgdump-path.md) property specifies the path to the PostgreSQL database backup utility `pg_dump` if AyaNova server will be doing the [automatic daily backups](ops-form-backup.md). If this utility is already in the path then you can remove this configuration setting entirely, otherwise it should be set to the location for your installed version of PostgreSQL's bin folder or wherever `pg_dump` is located. If you already have a backup solution in place for your PostgreSQL databases then there is no need to use this setting.
The [AYANOVA_BACKUP_PG_DUMP_PATH](ops-config-backup-pgdump-path.md) property specifies the path to the PostgreSQL database backup utility `pg_dump` if AyaNova server will be doing the [automatic daily backups](ops-form-backup.md).
A. if AyaNova server will be doing the automatic daily backups using AyaNova's Backup feature, confirm this path stated matches the path to YOUR PostgreSQL database backup utility pg_dump
B. otherwise, If you already have a backup solution in place for your PostgreSQL databases AND WILL NOT BE USING AYANOVA'S Backup feature, remove this
OPTIONAL EDIT:

View File

@@ -91,7 +91,7 @@ The AyaNova server **must** be configured before it will be able to start proper
Configuration is done by editing the `config.json` file that has been installed to the `c:\Program Files\ayanova\` folder.
Run NotePad as Administrator to be able to edit and save in the program files folder by right clicking on the Notepad icon in the start menu, select *More* and *Run as administrator*:
Run NotePad as Administrator to be able to edit and save in the program files folder by right clicking on the Notepad icon in the start menu, select _More_ and _Run as administrator_:
![run notepad as administrator](img/ops-install-windows-run-notepad-as-administrator.png)
@@ -126,7 +126,10 @@ The [AYANOVA_DB_CONNECTION](ops-config-db.md) property must be edited and where
EDIT ONLY IF NEEDED:
The [AYANOVA_BACKUP_PG_DUMP_PATH](ops-config-backup-pgdump-path.md) property specifies the path to the PostgreSQL database backup utility `pg_dump` if AyaNova server will be doing the [automatic daily backups](ops-form-backup.md). If this utility is already in the path then you can remove this configuration setting entirely, otherwise it should be set to the location for your installed version of PostgreSQL's bin folder or wherever `pg_dump` is located. If you already have a backup solution in place for your PostgreSQL databases then there is no need to use this setting.
The [AYANOVA_BACKUP_PG_DUMP_PATH](ops-config-backup-pgdump-path.md) property specifies the path to the PostgreSQL database backup utility `pg_dump` if AyaNova server will be doing the [automatic daily backups](ops-form-backup.md).
A. if AyaNova server will be doing the automatic daily backups using AyaNova's Backup feature, confirm this path stated matches the path to YOUR PostgreSQL database backup utility pg_dump
B. otherwise, If you already have a backup solution in place for your PostgreSQL databases AND WILL NOT BE USING AYANOVA'S Backup feature, remove this
OPTIONAL EDIT:

View File

@@ -63,7 +63,7 @@ IF the ayanova-launcher application does NOT automatically start after the setup
![SCREENSHOT OF WEBPAGE LOGIN](img/ops-install-ayanovaloginpage.png)
6\. The next steps would now be to login, request or install a license and if are trying out AyaNova for the first time follow the evaluation trial guide.
6\. Next steps
## Starting and stopping AyaNova server