Skip to content

sambernard/croogo

 
 

Repository files navigation

Croogo

Croogo is a free, open source, content management system for PHP, released under MIT License.

It is powered by CakePHP MVC framework.

Requirements

  • Apache with mod_rewrite
  • PHP 5.2 or higher
  • MySQL 4.1 or higher

Installation

Web based installer

  • Extract the archive. Upload the content to your server.
  • visit http://your-site.com/ from your browser and follow the instructions.

Manual installation

  • Extract the archive. Upload the content to your server.
  • Create a new MySQL database ('utf8_unicode_ci' collation), and use these two SQL dump files in given order:
    • app/config/schema/sql/croogo.sql
    • app/config/schema/sql/croogo_data.sql
  • Rename:
    • app/config/database.php.install to database.php, and edit the details.
    • app/config/settings.yml.install to settings.yml
  • You can access your admin panel at http://your-site.com/admin. Login details below:
    • username: admin
    • password: password

It is recommended that you install Croogo using the web based installer for security reasons.

Links

About

A CakePHP powered Content Management System

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 55.4%
  • PHP 44.6%