Skip to content

ocdroid/Sunrise-CMS

Repository files navigation

Sunrise CMS

GitHub All Releases Build Status License: GPL v3

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.

Demo

Screenshots

Main page* Catalog page* Product page* Checkout page*
Sunrise CMS Demo main Sunrise CMS Demo catalog Sunrise CMS Demo product Sunrise CMS Demo checkout
Cart* Menu*
Sunrise CMS Demo cart Sunrise CMS Demo menu

*Work in progress is shown. Images will be updated periodically.

Speed test and page analysis

PageSpeed Insights GTmetrix Pingdom
Main (mobile, desktop) Main Main
Catalog (mobile, desktop) Catalog Catalog
Product (mobile, desktop) Product Product

Support and discussion

Install

  1. Move /dist/ contents to your webroot
  2. Edit $domain value in app_scene/config/domain.php and app_lair/config/domain.php
  3. Edit your database settings in app_scene/config/db.php and app_lair/config/db.php
  4. Import cms.sql

Requirements

  • 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)

.htaccess

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]

Author

Join the development

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.

License

GNU GPLv3 Logo
GNU General Public License v3.0

About

Open source CMS for widespread use.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published