Getting Started - lights0123/Curling-www GitHub Wiki

Setting up the Server

For this, I am using CentOS 6.7 running Apache 2.2.15 and PHP 5.4.45.

Make sure that you have the following Apache modules installed:

  • http_module
  • so_module
  • ldap_module
  • authnz_ldap_module
  • include_module
  • log_config_module
  • logio_module
  • env_module
  • ext_filter_module
  • deflate_module
  • headers_module
  • setenvif_module
  • mime_module
  • status_module
  • autoindex_module
  • info_module
  • dav_fs_module
  • vhost_alias_module
  • negotiation_module
  • dir_module
  • actions_module
  • userdir_module
  • alias_module
  • substitute_module
  • rewrite_module
  • cache_module
  • cgi_module
  • version_module

Also, it is important to have git installed.

Cloning the Project

SSH into your server. Then, go into a blank directory and run (replacing your/web/root with the path to your web root, in my case /var/www/html)

git clone https://github.com/lights0123/Curling-www.git
mv Curling-www /your/web/root

Modifying Apache Config

Shared Hosting

If you're running your server on shared hosting (not rec