Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/sjlu/CodeIgniter-Bootstrap

Combines Twitter Bootstrap and CodeIgniter together with many useful functions and libraries, allowing you to start programming your idea and skip the starting phase of web development.
https://github.com/sjlu/CodeIgniter-Bootstrap

Last synced: about 1 month ago
JSON representation

Combines Twitter Bootstrap and CodeIgniter together with many useful functions and libraries, allowing you to start programming your idea and skip the starting phase of web development.

Lists

README

        

# CodeIgniter Bootstrap

[![Join the chat at https://gitter.im/sjlu/CodeIgniter-Bootstrap](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/sjlu/CodeIgniter-Bootstrap?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

Bundles the following packages together.

* [CodeIgniter](https://github.com/bcit-ci/CodeIgniter)
* [CodeIgniter Rest Server](https://github.com/chriskacerguis/codeigniter-restserver)
* [Bootstrap](https://github.com/twbs/bootstrap)
* [Font Awesome](https://github.com/FortAwesome/Font-Awesome)
* [lodash](https://github.com/lodash/lodash)

## Use

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](https://github.com/sjlu/CodeIgniter-Bootstrap/releases/download/1.0.4/CodeIgniter-Bootstrap.zip)
* Or alternatively download another [release](https://github.com/sjlu/CodeIgniter-Bootstrap/releases)
* Use like any other [CodeIgniter install](http://codeigniter.com/user_guide/installation/index.html)

## Build

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
```

## Docs

Check out the [Wiki](https://github.com/sjlu/CodeIgniter-Bootstrap/wiki) for information and CodeIgniter guides.

## License

MIT with [CodeIgniter Amendments](http://codeigniter.com/user_guide/license.html)