- Notifications
You must be signed in to change notification settings - Fork308
A CakePHP powered Content Management System
License
NotificationsYou must be signed in to change notification settings
croogo/croogo
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Croogo is a free, open source, content management system for PHP, released underMIT License.
It is powered byCakePHP MVC framework.
This repository contains the plugins that made up the core of croogo. Application template repository ishttps://github.com/croogo/app.
- Apache with
mod_rewrite
OR nginx - PHP 7.1 or higher
- MySQL 5.7 or higher
The preferred way to install Croogo is by usingcomposer.
composer create-project croogo/app myappcd myappcomposer install$EDITOR config/app.php # change database access credentialsbin/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`
- Extract the archive. Upload the content to your server.
- Create a new MySQL database (charset
utf8mb4
withutf8m4_unicode_ci
collation) - Visithttp://your-site.com/ from your browser and follow the instructions.
- Extract the archive. Upload the content to your server.
- Locate your
config
directory, and rename the following files:config/app.default.php
toconfig/app.php
, and edit the details.
- You can access your admin panel athttp://your-site.com/admin. The installershould display a page for you to create the administrative user.
Official website:http://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
About
A CakePHP powered Content Management System
Topics
Resources
License
Stars
Watchers
Forks
Packages0
No packages published