/codeigniter_base

Auto install all the requirements for CodeIgniter: nginx/lighttpd, mongodb, php5 (using newer technologies)

Primary LanguageShellGNU General Public License v3.0GPL-3.0

Why?

I wanted an easy way to install the latest and greatest web server via source without needing to manually go though all the compiling steps.

Requirements

  • Debian based system (Only been tested on a vanilla install of Debian 6.0.1a)

What do the scripts do?

ci_install_source: Coming soon

This will install nginx/lighttpd, php5, php-apc, mongodb by compiling them from their sources.

ci_install_apt: Currently only lightTPD

Incase the source method is broken for what ever reason use this.

This will install nginx/lighttpd, php5, php-apc, mongodb using the apt package manager (apt-get).

*update with exact versions

Notes

  • MongoDB still needs to be added to both scripts.

Change log

Look in the comment history...