A CakePHP powered Content Management System
Croogo is a free, open source, content management system for PHP, released under MIT License.
It is powered by CakePHP MVC framework.
This repository contains the plugins that made up the core of croogo. Application template repository is https://github.com/croogo/app.
mod_rewrite
OR nginxThe preferred way to install Croogo is by using composer.
composer create-project croogo/app myapp
cd myapp
composer install
$EDITOR config/app.php # change database access credentials
bin/cake server # then browse to http://localhost:8765 or use vhost
If you want hack on croogo, you can use the --prefer-source
flag, ie:
`composer create-project --prefer-source croogo/app myapp`
utf8mb4
with utf8m4_unicode_ci
collation)config
directory, and rename the following files:
config/app.default.php
to config/app.php
, and edit the details.Official website: http://croogo.org
Blog: http://blog.croogo.org
Downloads: http://downloads.croogo.org
Issue Tracker: http://github.com/croogo/croogo/issues
Documentation: http://docs.croogo.org
Google Group: http://groups.google.com/group/croogo
IRC Channel: #croogo on irc.freenode.net