Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 954 Bytes

README.rst

File metadata and controls

37 lines (22 loc) · 954 Bytes

SunLight CMS 8

This is the official GIT repository of SunLight CMS (8.x branch).

Documentation, support and stable downloads are available at sunlight-cms.cz.

Requirements

  • Apache (with enabled .htaccess)
  • PHP 7.1 or newer
  • MySQL (or MariaDB) 5.0 or newer
  • Composer (to install dependencies)

Installation

  1. Clone (or download) this repository locally.
  2. Run composer install in the root directory.
  3. Open http://example.com/install/ (change the domain and path accordingly) in your web browser.
  4. Follow the on-screen instructions.

Note

If you're creating new project, creating it from the skeleton might be preferable.

Legacy code notice

This codebase, originally written for PHP 4, is very old. Expect a fair amount of spaghetti code :)