CodeIgniter Forums
Install CI for local site with WAMP - 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: Install CI for local site with WAMP (/showthread.php?tid=73611)



Install CI for local site with WAMP - Nombre Imaginaire - 05-14-2019

Hi, I'm beginner to use framework and a bit confuse. I want to upgrade an existing website ; I download the full website with FileZilla and edit on local with WAMP.

I installed CI on local site (as it was a plugin) so in wamp64\www\SiteName\CodeIgniter. Does it the right place or should have been place at the same level of SiteName (so wamp64\www\CodeIgniter) ?
I even wonder if in fact the CodeIgniter folder shouldn't be rename as the SiteName and merge the both folder. What should I do to start using it properly ? Thanks.


RE: Install CI for local site with WAMP - InsiteFX - 05-14-2019

CodeIgniter should be your sitename.

Example:

ci3testing (Project Name)
-- application
-- system
-- public or public_html
---- index.php ( Edit to the application and system paths ../application and ../system)
---- all other file with index.php


RE: Install CI for local site with WAMP - Nombre Imaginaire - 05-15-2019

Thanks a lot InsiteFX for the clarification.
I think, imho, Installation Instructions's page can be improved by adding that point. Because I was really confuse from where I should place my just extracted CI fresh folders from my existing projects in order to not impact them all (and avoid eventual collateral damage) but at least impact the good one.