This is the official GIT repository of SunLight CMS (8.x branch).
Documentation, support and stable downloads are available at sunlight-cms.cz.
- Apache (with enabled .htaccess)
- PHP 7.1 or newer
- MySQL (or MariaDB) 5.0 or newer
- Composer (to install dependencies)
- Clone (or download) this repository locally.
- Run
composer install
in the root directory. - Open
http://example.com/install/
(change the domain and path accordingly) in your web browser. - Follow the on-screen instructions.
Note
If you're creating new project, creating it from the skeleton might be preferable.
This codebase, originally written for PHP 4, is very old. Expect a fair amount of spaghetti code :)