Cadmium CMS
, (*1)
Cadmium CMS is PHP-based content management system for creating shiny and responsive websites!, (*2)
Current version is BETA. If you'll find a bug, please create an issue., (*3)
If you have any usage questions or just want to discuss this CMS, join our Gitter chatroom., (*4)
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
- Download the latest version of Cadmium CMS and unzip it.
- Upload contents of the www directory into the root directory of your web server.
- CHMOD following directories to 755 (or 777):
- /engine/System/Classes/Addons
- /engine/System/Data
- /engine/System/Languages
- /engine/System/Templates
- /uploads
- Create a MySQL database.
- Go to your-site.com/install.php and follow installation instructions.
Installing via Composer
You can also install Cadmium CMS with Composer., (*5)
Run the following command:, (*6)
composer create-project cadmium-org/cadmium-cms -s dev
or create the composer.json file:, (*7)
{
"require": {
"cadmium-org/cadmium-cms": "dev-master"
}
}
and then run:, (*8)
composer install
Official website: http://cadmium-cms.com, (*9)
Copyright (c) 2017, Anton Romanov. All rights reserved., (*10)