Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  
PHP Version5.5 or higher
MySQL Version4.1 or higher
MySQLi ExtensionRequired
PHP EXEC functionRequired
PHP GDRequired
PHP CURLRequired
PHP ZipArchiveRequired
PHP Multibyte StringRequired
PHP XML extensionRequired
PHP memory_limit64M or higher
Apache mod_rewrite (optional)Required for Short URLs

Notice

...

Additional Requirement for the Video App

If you want to allow users to upload videos from their computer,

...

your server must be able to encode / transcode videos so that they can be displayed on your website properly. So:

  • You can either use Zencoder video encoding service
  • OR you must have FFMPEG installed on your server. Be aware that video encoding/transcoding is a CPU-intension task and can take a long time to run, you should only install it on a dedicated environment such as a dedicated server. If you are using Shared Hosting or VPS / Cloud Hosting environment, be sure to check with your provider to see if they allow this encoding task.

Testing Server Requirements

...