cadmium-org/cadmium-cms

Сontent management system for PHP7

dev-master 2017-10-02 14:42 UTC

This package is not auto-updated.

Last update: 2024-04-26 22:37:28 UTC


README

Build Status Scrutinizer Code Quality Gitter

Cadmium CMS is PHP-based content management system for creating shiny and responsive websites!

Current version is BETA. If you'll find a bug, please create an issue.

If you have any usage questions or just want to discuss this CMS, join our Gitter chatroom.

Features

  • Simple and lightweight.
  • Easy to install and use.
  • Fully mobile ready.
  • Multi-level pages nesting.
  • Multi-user.
  • SEO friendly.
  • Open-source.

Coming soon

  • Drag&drop editor for menus.
  • Publications.
  • Backups.
  • Full-featured multi-language system.
  • Caching system.
  • Full documentation.

System requirements

  • Apache web server (mod_rewrite module required).
  • PHP 7.0 or higher (Multibyte String, GD, SimpleXML, DOM extensions required).
  • MySQL database.

Installation

  1. Download the latest version of Cadmium CMS and unzip it.
  2. Upload contents of the www directory into the root directory of your web server.
  3. CHMOD following directories to 755 (or 777):
  • /engine/System/Classes/Addons
  • /engine/System/Data
  • /engine/System/Languages
  • /engine/System/Templates
  • /uploads
  1. Create a MySQL database.
  2. Go to your-site.com/install.php and follow installation instructions.

Installing via Composer

You can also install Cadmium CMS with Composer.

Run the following command:

composer create-project cadmium-org/cadmium-cms -s dev

or create the composer.json file:

{
	"require": {
		"cadmium-org/cadmium-cms": "dev-master"
	}
}

and then run:

composer install

Official website: http://cadmium-cms.com

Copyright (c) 2017, Anton Romanov. All rights reserved.