Does anyone know how I can install codeigniter with easyengine ? Easyengine (https://rtcamp.com/easyengine/) is a linux shell-script to manage your WordPress-Nginx websites on Ubuntu and Debian server.
Any help would be appreciated.
Thanks
(disclaimer: I am from EasyEngine team)
I haven't used codeigniter but based on http://wiki.nginx.org/Codeigniter...
You need to create a standard php/mysql site:
ee site create example.com --php --mysql
Later on it seems you need to make some changes to codeigniter config.php
files based on above article.