Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcelod/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/marcelod/codeigniter-bootstrap
Last synced: 3 months 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.
- Host: GitHub
- URL: https://github.com/marcelod/codeigniter-bootstrap
- Owner: marcelod
- Fork: true (sjlu/CodeIgniter-Bootstrap)
- Created: 2015-07-24T03:10:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-24T03:15:07.000Z (over 9 years ago)
- Last Synced: 2024-04-17T03:13:02.348Z (9 months ago)
- Language: PHP
- Homepage:
- Size: 3.02 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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)
* [Twitter 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.1/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 [email protected]: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)