ArOZ Online System can be installed on your devices through ssh. The process goes as follows.
Open Terminal at your web root directory with the following commands.
cd /var/www/html
Download the update package as zip file in the current directory.
wget {url to the update pack}
Unzip the update pack to web root.
unzip install.zip
Give AOB directory full permission to read write files within ArOZ Online Root (AOR). Assume your ArOZ Online System has been unzip to /var/www/html/AOB/
sudo chmod 777 -R ./AOB
ArOZ Online System require permissions to write to the following directories and files.
It is recommend to add www-data directly into sudoers.
sudo nano /etc/sudoers
(scroll to the bottom of the file, add the following line)
www-data ALL=(ALL:ALL) NOPASSWD:ALL
(To save, press Ctrl + X then Y )
For other modules package dependencies, please refer to independent WebApps publish page for more information.