Warning! This is not a release or even a test build. The project is in development and sooner or later it will be ready.
This is a free open source solution for creating online stores, blogs, informational sites, one-page sites or landing pages. The project is based on the Opencart code base and its custom builds, but there are no plans to follow their roadmap, maintain backward compatibility, or even the internal structure. Sunrise CMS provides lightning-fast response and speed even when working with large amounts of data.
Main page* | Catalog page* | Product page* | Checkout page* |
---|---|---|---|
Cart* | Menu* |
---|---|
*Work in progress is shown. Images will be updated periodically.
PageSpeed Insights | GTmetrix | Pingdom |
---|---|---|
Main (mobile, desktop) | Main | Main |
Catalog (mobile, desktop) | Catalog | Catalog |
Product (mobile, desktop) | Product | Product |
- Move
/dist/
contents to your webroot - Edit
$domain
value inapp_scene/config/domain.php
andapp_lair/config/domain.php
- Edit your database settings in
app_scene/config/db.php
andapp_lair/config/db.php
- Import
cms.sql
- Apache Web Server (v2.4 recommended)
- PHP 7.2+ (v7.3 recommended)
- MySQL 5.6+ (v8.0 recommended)
- Fast file storage or Redis (Redis recommended)
RewriteEngine On
RewriteBase /
RewriteRule ^system/storage/(.*) index.php?route=error/not_found [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !.*\.(ico|gif|jpg|jpeg|png|js|css)
RewriteRule ^([^?]*) index.php?_route_=$1 [L,QSA]
- Current main developer: Mykola Burakov burakov.work@gmail.com
Feel free to join the project, we need your help! See CONTRIBUTING and pull_request_template for more information.
Note that you need to follow the GitFlow branching model.