project cakeblog
An open source blog software. Written in PHP with the CakePHP framework.
gwhitcher/cakeblog
An open source blog software. Written in PHP with the CakePHP framework.
- Friday, April 21, 2017
- by gwhitcher
- Repository
- 2 Watchers
- 2 Stars
- 32 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
CakeBlog
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+., (*1)
Installation
- Download and copy contents to your root folder.
- Install Composer.
- Run
composer update
to install CakePHP.
- Rename and configure the following files in your /config/ directory.
app.default.php
to app.php
,
cakeblog-config.default.php
to cakeblog-config.php
,
cakeblog-functions.default.php
to cakeblog-functions.php
, and
routes.default.php
to routes.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
admin
and password admin
is created by default. Please login by visiting http://domain.com/admin and change this immediately.
Updating CakeBlog
- Login to your CakeBlog administration.
- Go to
Update
on 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 well composer update
.
NOTE:
It is important NOT to make changes to the core CakeBlog files as they will be overwritten when updated., (*2)
Get Support!
Issues - Got issues? Please tell me!
CakeBlog - CakeBlog Homepage., (*3)
1.0.0
1.0.0.0
An open source blog software. Written in PHP with the CakePHP framework.
Sources
Download
MIT
The Requires
The Development Requires