Welcome Guest, Not a member yet? Register   Sign In
Solved: How to setup/install CodeIgniter on Bitnami LAMPstack on Ubuntu 14.04?
#1

[eluser]Unknown[/eluser]
This is how I installed:

Download latest codeigniter.
Unzip it; this will produce a folder named: codeigniter-x.x.x.x
Rename the folder to a name of your choice; e.g. testcodeigniter
Copy the testcodeigniter folder inside
/home/username/destination_of_your_Bitnami_LAMPstack_install/apache2/htdocs/
Restart your Apache and MySQL.

I am able to access my installed codeigniter at:
http://127.0.0.1:8082/testcodeigniter/

Enjoy.

If this is not the best way, please help me improve this. Sincerely.
#2

[eluser]CroNiX[/eluser]
personally I use apache vhosts and assign a domain name to each project, so my urls can be http://project1.dev/ instead of having to put a subdirecory in the url for each different site.




Theme © iAndrew 2016 - Forum software by © MyBB