Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.15 KB

README.md

File metadata and controls

24 lines (16 loc) · 1.15 KB

#Simple Blog using CI2

This is a simple blog script using CodeIgniter 2.2.3 and Ion Auth.

Release Release License

##How to install

These are simple steps for you to start using the script.

  1. Clone the repo
  2. Create a database
  3. Update your database config in application/config/database.php
  4. Import blog_ci.sql into your db.
  5. The default admin login is [email protected] using password
  6. If you have queries/feedback, do not hesitate to contact me.

##Tutorials

You may refer to my blog for detail tutorials:

Create a simple blog using CodeIgniter 2 – Part 1
Create a simple blog using CodeIgniter 2 – Part 2
Create a simple blog using CodeIgniter 2 – Part 3