This commit is contained in:
2024-11-25 22:10:00 +00:00
parent e1b118f10f
commit a5b408b2e7
3 changed files with 11 additions and 3 deletions

View File

@@ -12,6 +12,8 @@ See the [upgrade instructions](ops-upgrade.md) section of this manual for detail
In progress...
- Docs: fixed outdated step in [linux server install] for post 8.2.0 changes (hat tip to Steven L. for spotting this)
### AyaNova 8.2.2
Released 2024-10-23

View File

@@ -227,10 +227,16 @@ Set permissions to read / write for the AyaNova data directory:
sudo chmod -R g+rw /var/ayanova/data
```
Set permissions to read / write / execute for the .local-chromium directory:
Set permissions to read / write / execute for the .Chrome directory:
```bash
sudo chmod -R g+rwx /var/ayanova/.local-chromium
chmod -R g+rwx /var/ayanova/Chrome
```
Set permissions to read / write / execute for the .ChromeHeadlessShell directory:
```bash
chmod -R g+rwx /var/ayanova/ChromeHeadlessShell
```
### 10\. Create and install a service to run AyaNova automatically

View File

@@ -8,7 +8,7 @@ site_name: AyaNova manual
site_dir: "../../../server/AyaNova/wwwroot/docs"
site_url: https://ayanova.com/docs/
strict: true
copyright: Copyright © 2022-2024 Ground Zero Tech-Works Inc. REV-2024-11-15
copyright: Copyright © 2022-2024 Ground Zero Tech-Works Inc. REV-2024-11-24
extra:
generator: false
# Extensions