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?
已存档?
是复刻?
已锁定?
是镜像?
是私有?