CodeIgniter Forums
Installing codeigniter - 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: Installing codeigniter (/showthread.php?tid=74592)



Installing codeigniter - richb201 - 10-12-2019

I have the /application directory with all of my CI application. Other than the application directory does anything need to installed to make a CI application run?


RE: Installing codeigniter - John_Betong - 10-12-2019

(10-12-2019, 05:35 PM)richb201 Wrote: I have the /application directory with all of my CI application. Other than the application directory does anything need to installed to make a CI application run?
If you are trying CI4 then make sure the writable directory permissions are writable. 

I am not sure if this effects CI3.

Failure to set the above permissions will result in a "Whoops" screen with no helpful suggestions to resolve the issue.


RE: Installing codeigniter - AndreiCurelaru - 10-14-2019

Hi richb201,
i'm not sure to understand it well, but if all you have is the /application directory, yes, you need "all the rest".

Have you tried to simply install a fresh copy of CI4, then move your files inside the corresponding directories within /application?


RE: Installing codeigniter - richb201 - 10-14-2019

It is a little more complicated since this is a docker container. I actually backed up one more dir (../) and I think now I included system plus other dirs.