croogo/croogo
Fork: 314 Star: 819 (更新于 1970-01-01 00:00:00)
license: NOASSERTION
Language: PHP .
A CakePHP powered Content Management System
最后发布版本: 4.0.7 ( 2020-10-31 09:01:09)
Croogo
Croogo is a free, open source, content management system for PHP, released under MIT License.
It is powered by CakePHP MVC framework.
This repository contains the plugins that made up the core of croogo. Application template repository is https://github.com/croogo/app.
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
withutf8m4_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
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.
Links
-
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
最近版本更新:(数据更新于 1970-01-01 00:00:00)
2020-10-31 09:01:09 4.0.7
2020-10-10 21:40:37 5.0.0-beta.1
2020-06-27 17:21:20 4.0.6
2020-03-05 09:57:56 4.0.5
2020-02-28 08:57:02 4.0.4
2019-12-08 10:59:42 4.0.2
2019-11-28 08:40:57 4.0.1
2019-11-28 08:37:40 3.0.7
2019-11-25 15:07:05 4.0.0
2019-11-09 18:01:05 4.0.0-beta.4
主题(topics):
cakephp, cms, php
croogo/croogo同语言 PHP最近更新仓库
2024-11-01 18:37:36 schmittjoh/JMSSerializerBundle
2024-10-31 21:37:53 filamentphp/filament
2024-10-28 00:16:41 symfony/var-dumper
2024-10-28 00:11:41 symfony/symfony
2024-10-11 23:44:26 coollabsio/coolify
2024-10-11 03:27:29 odan/slim4-skeleton