Bundles the following packages together.
If you're planning on just using/developing with CodeIgniter Bootstrap, don't clone the repository. Instead, use these steps to get a pre-compiled version of it.
- Download the latest package
- Or alternatively download another release
- Use like any other CodeIgniter install
If you plan on extending the build process, you should follow these steps. This will only work on a *nix machine and not on a Windows machine.
- First clone this reposistory
git clone https://github.com/sjlu/CodeIgniter-Bootstrap.git
cd CodeIgniter-Bootstrap
- Run the makefile
make
- Unzip the build
unzip CodeIgniter-Bootstrap.zip
Check out the Wiki for information and CodeIgniter guides.
MIT with CodeIgniter Amendments