|
|
@@ -4,6 +4,13 @@ A wrapper for ArOZ Online Beta system. This webapp using UNIX shell and PHP as b
|
|
|
## Installation
|
|
|
Download the repo to your desktop, rezipping only the folder "FFmpeg" and upload it to your ArOZ Online System via the "Add or Remove WebApp" interface in the System Settings > Host.
|
|
|
|
|
|
+Sometimes you may requries to fix the premission by using following bash command
|
|
|
+sudo chmod 0777 7za_x86
|
|
|
+sudo chmod 0777 7za
|
|
|
+sudo chmod -R 0777 tmp
|
|
|
+sudo chown www-data:www-data 7za_x86
|
|
|
+sudo chown www-data:www-data 7za
|
|
|
+
|
|
|
## Web Interface
|
|
|
You can still use the wrapper's WebUI if you are not into the ArOZ Online System. This module also support FloatWindow Mode under Virtual Desktop Interface (ArOZ Online Only).
|
|
|
|
|
|
@@ -12,9 +19,6 @@ You can still use the wrapper's WebUI if you are not into the ArOZ Online System
|
|
|
## Running on ArOZ
|
|
|
You do not need to install anything extra, this WebAPP already contains the pre-compiled binary,so just install and use it. :)
|
|
|
|
|
|
-## How to use the API
|
|
|
-You should use this WebAPP directly by ArOZ Online. Currently don't have any plan to support API
|
|
|
-
|
|
|
## License
|
|
|
7za: https://www.7-zip.org/license.txt <br>
|
|
|
PHP File: MIT
|