Showing posts with label lamp server. Show all posts
Showing posts with label lamp server. Show all posts

17 March 2012

Setting PHP environment in Linux/Ubuntu

1 comment

how to install lamp server in linux
courtesy http://myphpscriptz.com 
LAMP is an acronym for a  free, open source software, referring to the first letters of Linux (operating system), Apache HTTP Server, MySQL (database software) and PHP (or sometimes Perl or Python), principal components to build a viable general purpose web server.

Installation of LAMP server using Task sel

Step 1. Open your terminal and type

$ sudo tasksel

installing lamp server using tasksel

Step 2. Select LAMP server.

Step 3. Press space to mark it for installation.

Step 4. Press Enter to install it.

Step 5. While installing you will be prompt for MySQL "root" user , Enter you password and press <ok>.

Read More...