croogo

A CakePHP powered Content Management System

  • Owner: croogo/croogo
  • Platform:
  • License:: Other
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

Croogo

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

It is powered by CakePHP MVC framework.

Build Status
Scrutinizer Code Quality
Code Coverage

Requirements

  • Apache with mod_rewrite OR nginx
  • PHP 7.1 or higher
  • MySQL 5.7 or higher

Installation

Installation using composer

The 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`

Web based installer

  • Extract the archive. Upload the content to your server.
  • Create a new MySQL database (charset utf8mb4 with utf8m4_unicode_ci collation)
  • Visit http://your-site.com/ from your browser and follow the instructions.

Manual installation

  • Extract the archive. Upload the content to your server.
  • Locate your config directory, and rename the following files:
    • config/app.default.php to config/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.

Overview

Name With Ownercroogo/croogo
Primary LanguagePHP
Program languagePHP (Language Count: 7)
Platform
License:Other
Release Count67
Last Release Name4.0.7 (Posted on 2020-10-30 18:41:30)
First Release Namev1.2 (Posted on 2009-12-31 12:57:42)
Created At2010-01-31 23:54:24
Pushed At2023-07-07 08:59:00
Last Commit At2020-11-01 09:39:26
Stargazers Count817
Watchers Count78
Fork Count310
Commits Count4.9k
Has Issues Enabled
Issues Count445
Issue Open Count71
Pull Requests Count281
Pull Requests Open Count2
Pull Requests Close Count276
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private
To the top