CodeIgniter can be installed in four easy steps on your ubuntu system:
1- Download CodeIgniter package and Unzip. Download link http://www.codeigniter.com/download
2-Upload the CodeIgniter folders and files to your server. Normally the index.php file will be at your root.
3-Open the application/config/config.php file with your text editor and set your base URL like (http://example.com/CodeIgniter/ or http://localhost/CodeIgniter/) at line no 20. If you intend to use encryption or sessions, set your encryption key.
4-If you intend to use a database, open the application/config/database.php file with a text editor and set your database settings.
0 Comment(s)