Wednesday, August 15, 2012

Install lamp server with 1 command in Ubuntu

LAMP {Linux, Apache, MySQL and PHP} is  open source Web development platform that uses Linux  operating systems, Apache as Web server, MySQL database management system and PHP as the object-oriented language.



Open terminal and Type the command :install it   first  with
 sudo apt-get install tasksel 
Now to install LAMP, type the taskel command in terminal :
 sudo  tasksel
 And select LAMP Server:




Tuesday, August 14, 2012

Lamp (Linux,Apache,MySQL,PHP)

Lamp (Linux,Apache,MySQL,PHP)
By (lampp linux.blogspot.com) 
lamp configuration in linux

Step 1:

          Configure The local Yum

Step 2:
          #rpm  -ivh yum-priorities
(Download  yum-priorities  rpm from www.pkgs.org)

Step 3:
          #rpm -ivh epel-release-5-4.noarch.rpm
(Download  epel-release  rpm  from www.pkgs.org)

Step 4:
          #rpm -ivh remi-release-5.rpm
(Download  remi-release  rpm  from www.pkgs.org)