gwhitcher/cakeblog
Composer 安装命令:
composer create-project gwhitcher/cakeblog
包简介
An open source blog software. Written in PHP with the CakePHP framework.
README 文档
README
CakeBlog is an open source blogging software. Written by George Whitcher in PHP with the CakePHP framework. CakeBlog like CakePHP requires Composer and PHP 5.6+.
Installation
- Download and copy contents to your root folder.
- Install Composer.
- Run
composer updateto install CakePHP. - Rename and configure the following files in your /config/ directory.
app.default.phptoapp.php,cakeblog-config.default.phptocakeblog-config.php,cakeblog-functions.default.phptocakeblog-functions.php, androutes.default.phptoroutes.php - Create MySQL database and user and enter information in your app.php.
- Run migrations by running
bin/cake migrations migrate. - Mark the migration completed by running
bin/cake migrations mark_migrated - You are now setup! A default user
adminand passwordadminis created by default. Please login by visiting http://domain.com/admin and change this immediately.
Updating CakeBlog
- Login to your CakeBlog administration.
- Go to
Updateon the menu and download the files automatically from the latest GIT repository. - Open terminal and run
bin/cake migrations migrate. It is also suggested you update your CakePHP installation as wellcomposer update.
NOTE: It is important NOT to make changes to the core CakeBlog files as they will be overwritten when updated.
Get Support!
Issues - Got issues? Please tell me! CakeBlog - CakeBlog Homepage.
统计信息
- 总下载量: 34
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-01-04