CodeIgniter Forums
Install Question - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: Install Question (/showthread.php?tid=37608)



Install Question - El Forum - 01-14-2011

[eluser]Unknown[/eluser]
Hi.

I’m beginnig an evaluation of CodeIgniter and have a question.

I will be developing a web application that will run on FreeBSD.

Currently, I develop on a local FreeBSD box, via SSH from a Windows 7 PC, then upload to a remote production FreeBSD server when ready to go live. Does this mean CodeIgniter should be installed on both the local and remote FreeBSD boxes?

I have not had a reason to run X (FreeBSD GUI) on my servers, does this change if I wish to use CodeIgniter?

Said differently, do I need a GUI on the server, or would/could a CodeIgniter GUI run on my Widows 7 PC?

Thanks


Install Question - El Forum - 01-14-2011

[eluser]cideveloper[/eluser]
There is no such thing as a Codeigniter gui. Codeigniter is a php framework that helps build php websites/applications. It is just a bunch of code. You will need the files on both servers. You do not need X.

The Manual is very helpful to learn CI


Install Question - El Forum - 01-14-2011

[eluser]Unknown[/eluser]
Ah, so then the user interface, with all the folders and and files that I saw in the tutorial, is html output accessed via a web browser?