Requirements - 9Gag Clone Script
Server Requirements:
- Apache web server with mod_rewrite enabled.
- MySQL version 4.0+
- GD Library 2+ with freetype support.
- Imagemagick
- PHP 5.2+ with the following configuration
- safe_mode = off
- open_basedir = (no value)
- output_buffering = on
- register_argc_argv = On
- max_execution_time = 300 (Recommended or higher)
- session.gc_maxlifetime = 15000 (Recommended or higher)
- upload_max_filesize = 10M (Recommended or higher)
- post_max_size = 10M (Recommended or higher)
- register_globals = off
- PECL json >= 1.2.0
- curl support enabled
- short_open_tag - on
- imagick (with all supported formats)
- allow_url_fopen = On
- strict standards off (~E_STRICT) [ Click here for some help on setting this. ]
- Facebook Application
- Ability to run PHP from the command line (CLI) with exec()
- Ability to execute background processes with exec("binary > /dev/null &")
