You can install this plugin into your CakePHP application using composer.
The recommended way to install composer packages is:
composer require boleiros/kraken
- Read and edit
config/app.php
and setup the 'Datasources' and any other. - Edit to your settings the file located in:
config/ninja_cms.php
. - You need to run
bin/cake migrations seed
to perform all seeds orbin/cake migrations seed --seed UsersSeed
to perform a specific seed.
bin/cake migrations migrate
You can now either use your machine's webserver to view the default home page, or start up the built-in webserver with:
bin/cake server -p 8765
Then visit http://localhost:8765
to see the welcome page.