This commit is contained in:
2021-12-09 18:57:30 +00:00
parent 881195bb25
commit 116e1647ac
5 changed files with 39 additions and 39 deletions

View File

@@ -113,6 +113,14 @@ The `AYANOVA_DB_CONNECTION` property must be edited and where it has "YOUR_PASSW
The `AYANOVA_USE_URLS` property specifies which TCP / IP Port that AyaNova server should listen on for connections from web browsers. The default value is port 7575 which should be free in most cases, however if you need to use an alternate port due to conflict it must be set here. We recommend using the default 7575 to avoid current or future confusion or conflict with other servers that may be installed or present elsewhere on the network.
Edit the config.json file using Nano text editor:
```bash
sudo nano config.json
```
Make changes and save with `ctr-x` and type `y` to answer "Save modified buffer?" prompt.
### Boot and test AyaNova server
Start the server from the AyaNova bin folder in a terminal windows (ctrl-alt-t)