This commit is contained in:
@@ -12,6 +12,8 @@ See the [upgrade instructions](ops-upgrade.md) section of this manual for detail
|
|||||||
|
|
||||||
In progress...
|
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
|
### AyaNova 8.2.2
|
||||||
|
|
||||||
Released 2024-10-23
|
Released 2024-10-23
|
||||||
|
|||||||
@@ -227,10 +227,16 @@ Set permissions to read / write for the AyaNova data directory:
|
|||||||
sudo chmod -R g+rw /var/ayanova/data
|
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
|
```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
|
### 10\. Create and install a service to run AyaNova automatically
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ site_name: AyaNova manual
|
|||||||
site_dir: "../../../server/AyaNova/wwwroot/docs"
|
site_dir: "../../../server/AyaNova/wwwroot/docs"
|
||||||
site_url: https://ayanova.com/docs/
|
site_url: https://ayanova.com/docs/
|
||||||
strict: true
|
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:
|
extra:
|
||||||
generator: false
|
generator: false
|
||||||
# Extensions
|
# Extensions
|
||||||
|
|||||||
Reference in New Issue
Block a user