CodeIgniter Forums
How do i run a live codeigniter project on my localhost server - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6)
+--- Forum: CodeIgniter 3.x (https://forum.codeigniter.com/forumdisplay.php?fid=17)
+--- Thread: How do i run a live codeigniter project on my localhost server (/showthread.php?tid=78287)



How do i run a live codeigniter project on my localhost server - karcs - 12-29-2020

I have downloaded all the files for my codeigniter project and i'm wondering how i can set it up properly on my localhost. When i run it online it works properly


RE: How do i run a live codeigniter project on my localhost server - php_rocs - 12-30-2020

@karcs,

You could use WAMP(https://www.wampserver.com/en/) or XAMPP (https://www.apachefriends.org/index.html).


RE: How do i run a live codeigniter project on my localhost server - karcs - 01-01-2021

(12-30-2020, 07:53 AM)php_rocs Wrote: @karcs,

You could use WAMP(https://www.wampserver.com/en/) or XAMPP (https://www.apachefriends.org/index.html).
Hello,
Thanks for the feedback
I have already restored the database in wamp server and configured it but it still can't run


RE: How do i run a live codeigniter project on my localhost server - donpwinston - 01-01-2021

(01-01-2021, 03:42 AM)karcs Wrote:
(12-30-2020, 07:53 AM)php_rocs Wrote: @karcs,

You could use WAMP(https://www.wampserver.com/en/) or XAMPP (https://www.apachefriends.org/index.html).
Hello,
Thanks for the feedback
I have already restored the database in wamp server and configured it but it still can't run

In your .env file:

CI_ENVIRONMENT = development

Look at the error and tell us what it is if you can't figure it out.