mahmoodr786/icingcms

A CakePHP 3 Content Management System

0.6.2 2017-01-10 19:42 UTC

This package is not auto-updated.

Last update: 2024-04-22 11:17:17 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