Cloudlog/install
Peter Goodhall 87b6a7c086 Trying to fix install error that it doesnt create demo user 2012-02-11 22:58:04 +00:00
..
assets Trying to fix install error that it doesnt create demo user 2012-02-11 22:58:04 +00:00
config Stopped Logged in session from expiring 2012-01-07 22:49:12 +00:00
includes Includes install system just go to /install in the browser and follow the on screen instructions 2011-12-20 15:38:43 +00:00
README.md Includes install system just go to /install in the browser and follow the on screen instructions 2011-12-20 15:38:43 +00:00
UNLICENSE.md Includes install system just go to /install in the browser and follow the on screen instructions 2011-12-20 15:38:43 +00:00
index.php Includes install system just go to /install in the browser and follow the on screen instructions 2011-12-20 15:38:43 +00:00

README.md

CodeIgniter Installer

General Information

CI Installer is a starting point for giving your downloadable CodeIgniter application an installer.

If you're making a CI app that is designed to be downloaded and self-hosted, CI Installer provides an easy way for the user to get the database structure and configuration in place.

NOTE: This is to be used as a starting point. You will have to customize it to make it work for your application, and you might have to dig into the code a little bit. It's pretty simple, so if you have a basic understanding of PHP you shouldn't have trouble.

General Instructions

  1. Download CI Installer, rename the folder to 'install' and put it in the root directory of your CI install (as a sibling to the /system folder).
  2. Make an SQL dump of your desired database structure and intial data and paste it into assets/install.sql
  3. Open up index.php and change "Your App" in the