2017 © Pedro Peláez
 

library cms

a content management system built on cakephp

image

pragmatico/cms

a content management system built on cakephp

  • Wednesday, December 31, 2014
  • by timstermatic
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 3 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

pragmatico cms

An extensible Content Management System based on CakePHP., (*1)

Requirements

  • PHP 5.4+
  • MySQL 5+
  • composer

Installation

Optional - launch the vagrant box.

You can develop with pragmatico CMS using the included Vagrant provision. If you want to use your own folder, skip to "Gather dependencies". Otherwise run vagrant up and then vagrant ssh and finally cd /vagrant in your vagrant box before continuing., (*2)

Gather dependencies.

Pragmatico CMS stands on the shoulders of giants. Composer can be used to install all the third party goodies that are required. You'll need composer installed first, but you can then run composer install, (*3)

Create the initial tables.

./Console/cake Migrations.migration run all, (*4)

Create your admin user.

Just load http://localhost:1337 and you will be taken through the install procedure., (*5)

Install plugins or hack it.

pragmatic cms doesn't do much without plugins. The best one to start with is the Pages plugin. It's also a good template for building your own plugins., (*6)

The Versions

31/12 2014

dev-master

9999999-dev

a content management system built on cakephp

  Sources   Download

The Requires