CodeIgniter Forums
How to install CodeIgniter on Server(cPanel). - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: Installation & Setup (https://forum.codeigniter.com/forumdisplay.php?fid=9)
+--- Thread: How to install CodeIgniter on Server(cPanel). (/showthread.php?tid=62982)



How to install CodeIgniter on Server(cPanel). - S0_7 - 09-14-2015

Hello,

I was working on a .php project which is a Login/Password page which allow user to access or not of a contain.
The problem is I was working on localhost otherwise I need know to put it on internet.
I never put a website on internet before. So I looked on internet and I found a few tuto talking about how to install CodeIgniter on Server.
So I come here to know if anybody can explain me how to install it(which folder/file have I to move on the server ? Is there a file that I have to modify ? and so on).

Thanks you ! Smile


RE: How to install CodeIgniter on Server(cPanel). - sampoyigi - 10-02-2015

You should follow the steps here http://www.codeigniter.com/user_guide/installation/index.html and http://www.codeigniter.com/user_guide/tutorial/index.html

Once you understand the MVC pattern, you can then transfer your code from .php to CodeIgniter project.

You will be able to put the codes from .php in the model or controller or view files.