kopia lustrzana https://github.com/magicbug/Cloudlog
87b6a7c086 | ||
---|---|---|
.. | ||
assets | ||
config | ||
includes | ||
README.md | ||
UNLICENSE.md | ||
index.php |
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
- 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).
- Make an SQL dump of your desired database structure and intial data and paste it into assets/install.sql
- Open up index.php and change "Your App" in the