Installation on Unix systems
Home >> Installation of PHP >>Installation on Unix Systems Installing PHP on Unix System is now become so easy because of the software bundle (LAMP) LAMP can be installed in two ways 1) GUI Mode LAMP refers to Linux + Apache + MySQL + PHP so installing these will give you an LAMP server, to install that easily you can use tasksel which you can install by opening a terminal ( ctrl + alt + t ) and do: sudo apt-get install tasksel After that is done call tasksel with sudo rights sudo tasksel Which will show you a window similar to the one in following screen-shot: Move your selector to the LAMP entry and press space to mark it, then press tab to highlight the <ok> field and press return. This starts the installation process. 2) Command Line Mode: As pointed out by the GUI window tasksel is not necessarily needed to do the lamp-server installation you can as well do it by simply en...
Comments
Post a Comment