boleiros/ninja-cms

NinjaCMS

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 6

Forks: 0

Open Issues: 1

Type:cakephp-cms

dev-master 2017-06-19 11:54 UTC

This package is not auto-updated.

Last update: 2024-04-12 16:27:21 UTC


README

Build Status License

Installation

You can install this plugin into your CakePHP application using composer.

The recommended way to install composer packages is:

composer require boleiros/kraken

Configuration

  1. Read and edit config/app.php and setup the 'Datasources' and any other.
  2. Edit to your settings the file located in: config/ninja_cms.php.
  3. You need to run bin/cake migrations seed to perform all seeds or bin/cake migrations seed --seed UsersSeed to perform a specific seed.

Run Migrations

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.