Skip to content

syscoid/ci-blog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
license.txt

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • CSS 41.6%
  • PHP 35.0%
  • JavaScript 23.2%
  • Other 0.2%