acamboy / ci-blog

Basic CMS based on CodeIgniter 3.x

Home Page:http://products.gie-art.com/ci-blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ci-blog

Basic CMS based on CodeIgniter 3.x

Installation

Copy 'ci-blog' directory to your 'www' or 'htdocs' directory

Create database 'project_ciblogdb' or another name you want

Import the .sql file from /sql/1_ciblogdb_structure_and_sample_data.sql to your database

Rename file application/config/config.php.example to config.php

Rename file application/config/database.php.example to database.php

Configure the database.php (host,user,password, db) based on your database server configuration

Open your browser and type => http://localhost/ci-blog

Done.

Sampel Accounts:

admin => username : admin@admin.com password:password

members => username : members@website.com password:12345678

About

Basic CMS based on CodeIgniter 3.x

http://products.gie-art.com/ci-blog

License:MIT License


Languages

Language:CSS 41.5%Language:PHP 35.1%Language:JavaScript 23.1%Language:HTML 0.2%Language:ApacheConf 0.0%