update install.md for github

This commit is contained in:
rafael 2024-06-18 09:50:13 +02:00
parent 6642e5f70e
commit baccb8f03f
1 changed files with 11 additions and 0 deletions

View File

@ -64,6 +64,17 @@ To update the condos you should download the tarball package, decompress it and
tar xvzf pandorafms_console-7.0NG.772.tar.gz tar xvzf pandorafms_console-7.0NG.772.tar.gz
cp -R pandora_console /var/www/html/ cp -R pandora_console /var/www/html/
``` ```
Run in the terminal the MR updater tool
```
php /var/www/html/pandora_console/godmode/um_client/updateMR.php
```
Delete deprecated files, run in terminal:
```
cd /var/www/html/pandora_console/ && cat extras/delete_files/delete_files.txt | xargs rm -fr
```
##### Server ##### Server
To update the server is similar just download the tarball package from release section, decompress it, move it to the pandora_server folder and execute the installation script. To update the server is similar just download the tarball package from release section, decompress it, move it to the pandora_server folder and execute the installation script.