System Requirements
- Some variety of Linux, Unix, or BSD.
- A web server running PHP 5.
- MySQL 4.1 or greater, supported in PHP (configured --with-mysql).
- CURL 7.xx.x installed and supported in PHP (configured --with-curl)
- GD 2.0 or greater, supported in PHP (configured --with-gd).
- Session support.
- Arylia needs to be able to use basic shell commands for manipulating files (e.g. cp, rm, mkdir, mv, etc.)
- As always, the PHP settings upload_max_filesize, post_max_size, and memory_limit should be set adequately high, depending on the size of the files you want Arylia to be able to handle.
<? phpinfo() ?>
The following are not required per se, but will give Arylia more functionality:
- PHP-CLI must be installed in order for batches to work at all!
- ImageMagick (convert), present somewhere in your web server's PATH
- ffmpeg, present somewhere in your web server's PATH
- unzip, present somewhere in your web server's PATH