lartak/croogo-app
Composer 安装命令:
composer create-project lartak/croogo-app
包简介
Croogo skeleton app
README 文档
README
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.6 or higher
- MySQL 5.7 or higher
Installation
Installation using composer
The preferred way to install Croogo is by using composer.
composer create-project lartak/croogo-app myapp
cd myapp
composer install
If you want hack on croogo, you can use the --prefer-source flag, ie:
`composer create-project --prefer-source lartak/croogo-app myapp`
Web based installer
- Extract the archive. Upload the content to your server.
- Create a new MySQL database (charset
utf8mb4withutf8m4_unicode_cicollation) - 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
configdirectory, and rename the following files:config/app.default.phptoconfig/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
统计信息
- 总下载量: 2
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-06-17