#Simple Blog using CI2
This is a simple blog script using CodeIgniter 2.2.3 and Ion Auth.
##How to install
These are simple steps for you to start using the script.
- Clone the repo
- Create a database
- Update your database config in application/config/database.php
- Import blog_ci.sql into your db.
- The default admin login is [email protected] using password
- 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