croogo

A CakePHP powered Content Management System

  • 所有者: croogo/croogo
  • 平台:
  • 許可證: Other
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

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.

主要指標

概覽
名稱與所有者croogo/croogo
主編程語言PHP
編程語言PHP (語言數: 7)
平台
許可證Other
所有者活动
創建於2010-01-31 23:54:24
推送於2023-07-07 08:59:00
最后一次提交2020-11-01 09:39:26
發布數67
最新版本名稱4.0.7 (發布於 2020-10-30 18:41:30)
第一版名稱v1.2 (發布於 2009-12-31 12:57:42)
用户参与
星數814
關注者數77
派生數306
提交數4.9k
已啟用問題?
問題數447
打開的問題數73
拉請求數281
打開的拉請求數2
關閉的拉請求數276
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?