Raspbian build of ArOZ Online Beta relies on root permission to run. In order to make the AOB system run without any problem, please ensure the following settings are enabled.
If you are new to Rasbian / Linux and don't know where to start from, please use the "Quick Setup" tools above or follow the steps below for manual setup.
First, setup your pi zero w with terminal. If you are using headless setup with ssh, you can just type the following commands in ssh. Or otherwise, plugin your monitor to your pi zero w as the picture shown below and connect a keyboard using OTG adapter.
If you are the first time starting up this system, use the following account to login.
| Username | Password |
|---|---|
| pi | raspberry |
Next, enter the directory that contains the AOB system folder. We are assuming you have installed the AOB under MSB and use the path as /var/www/html/
cd /var/www/html/
Then, we need to set permission for the AOB System Root folder to 777 by using this command:
sudo chmod -R 777 /AOB
And now you are done :)
Permission reset are common when you update your AOB system. Don't panic and come back to this page for permission setup and you are ready to go again.
CORS Check can be performed to search for nearby AOB Systems that is running in the same Local Area Network(LAN).
If you cannot find your another AOB Portable System, you can get a try on this script to see if that devices has been connecting into the same LAN as you do.
If your device is setup correctly but it does't appear in the CORS Check List, then that particular AOB unit might have PHP permission problem when reading the system files.