mahmoodr786 / icingcms
A CakePHP 3 Content Management System
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 1
Open Issues: 0
Type:project
Requires
- php: >=5.5.9
- cakephp/cakephp: 3.3.*
- cakephp/migrations: ~1.0
- cakephp/plugin-installer: *
- mobiledetect/mobiledetectlib: 2.*
Requires (Dev)
- cakephp/bake: ~1.1
- cakephp/debug_kit: ~3.2
- psy/psysh: @stable
Suggests
- cakephp/cakephp-codesniffer: Allows to check the code against the coding standards used in CakePHP.
- markstory/asset_compress: An asset compression plugin which provides file concatenation and a flexible filter system for preprocessing and minification.
- phpunit/phpunit: Allows automated tests to be run without system-wide install.
This package is not auto-updated.
Last update: 2025-03-24 15:54:47 UTC
README
Installation
Run composer create-project --prefer-dist mahmoodr786/icingcms my_app_name
.
Read and edit config/app.php
and setup the 'Datasources' and any other
configuration relevant for your application. Make sure you can connect to your database.
Run
composer @icingup
Windows Users please run these commands manually
chmod 755 webroot/uploads chmod 755 plugins chmod 755 plugins/IcingManager/config/pluginLoad.json chmod 755 plugins/IcingManager/config/themeLoad.json cd plugins/FileManager && composer install cd plugins/Demo && composer install cd plugins/IcingBlue && composer install bin/cake migrations migrate --plugin ContentManager bin/cake migrations migrate --plugin IcingManager bin/cake migrations migrate --plugin MenuManager bin/cake migrations migrate --plugin UserManager bin/cake migrations seed --plugin ContentManager bin/cake migrations seed --plugin IcingManager bin/cake migrations seed --plugin MenuManager bin/cake migrations seed --plugin UserManager
Run
bin/cake icingcms adminuser
Create your Admin User.
Run
bin/cake server
That is it. Go to http://localhost:port/admin and login.
More installation info: IcingCMS.org