Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mkfsn/codeigniter


https://github.com/mkfsn/codeigniter

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# A Codeigniter Skelton

## Switch to CI version

Please make sure the branch name is trailing with `stable`.

```
$ git checkout
```

## Web Root Directory

Please make the directory `htdocs` to your web root directory.

And than modify the `htdocs/index.php` to specify the follow path:

+ system
+ application

## Static files

All static files are placed in `htdocs/assets`, including:

+ jQuery
+ Bootstrap

## Codeigniter Settings

http://www.codeigniter.com/

## Have fun!