Croogo is a free, open source, content management system for PHP, released under MIT License.
It is powered by CakePHP MVC framework.
- Apache with
mod_rewrite
- PHP 5.6 or higher
- MySQL 5.7 or higher
The preferred way to install Croogo is by using composer.
composer create-project croogo/app myapp
cd myapp
composer install
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) - Visit http://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 at http://your-site.com/admin. The installer should display a page for you to create the administrative user.
-
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