How to install LAMP (Linux, apache, php, mysql) – Blogging – Make It Easy?

Posted by Jiltin     24 March, 2009    8,223 views   

Lamp Linux, apache, mysql, phpHow to install LAMP (Linux, apache, php, mysql)? Here is the simple way to create your own LAMP and starting blogging right away. The easiest way to install LAMP using yum program in CentOS.

Below are the steps to install LAMP (Apache, PHP and MySQL in Linux) using Yum:-

* Go to CentOS and download a copy of CentOS Linux and install it (I will not go thru the how to install CentOS with you here – )
* Once your CentOS is installed. Open a terminal (if you are using X-Window), and type yum install httpd and follow on screen instruction to install apache web server
* Once apache web server has been installed, type yum install php
* Once PHP installed successfully, type yum install mysql-server mysql
* Once everything finish, type service httpd start to start your apache web server, screen will show you if web server service successfully started
* type service mysqld start to start your mysql server
* Once both services is running, you can point your browser to http://localhost and you should see a welcome page from CentOS
* If you see that welcome page, you just installed everything successful.
* To test if php is running, go to /var/www/html and create an index.php file with the content below <?php phpinfo(); ? > and refresh your browser again. If you see a purple PHP information page showing all the php configuration variables, then php is running now.
* Congratulation, you just successfully installed LAMP in your machine.

For automatic start of apache during your computer reboot, you need to check this chkconfig mysqld –list. If the results are

mysqld 0:off 1:off 2:off 3:off 4:off 5:off 6:off

Then run this chkconfig mysqld on to make this on.
Then check chkconfig mysqld –list, it should be

mysqld 0:off 1:off 2:on 3:on 4:on 5:on 6:off

Similarly check apache auto start chkconfig httpd –list and set using chkconfig httpd on

Following Google Searches Lead To This Post: how to install LAMP on centos5.1
redhat install phpmyadmin
instalacion de LAMp en centos
centos “usb installer”
installing lamp in linux
installing lamp unix
instalare phpmyadmin centos
instalar apache php mysql
como instalar phpMyadmin no centos
php linux mysql apache
howto lamp red hat
centos autostart httpd
Running LAMP on usb drive
apache lamp
create a server unix, apache, mysql, php
centos 5 “install LAMP”
howto install LAMP Linux
to Install Apache, PHP, MySQL and phpMyAdmin in unix
install wordpress centos phpmyadmin
Install Apache, PHP, MySQL and phpMyAdmin usb
centos apache autostart
linux apache mysql
chkconfig mysqld centos5
sql-ledger centos howto
setup lamp for mysql redhat
usb web server mysql shell
LAMP redhat yum install
instalar lamp en linux
centos5 auto start httpd
how to install lamp with yum
mysql linux install terminal
autostart lamp
how make make mysqld service automatic in linux
lamp linux auto install
LAMP instalations on lunux
XCache
install lamp in redhat in terminal
linux apache mysql php
install lamp centos 5
Install MySQL on USB drive UNIX
apache lamp centos
linux lamp install
phpmyadmin “REdhat 5″
Making Apache MySQL PHP on USB
instalar lamp en usb
centos+linux+apache+php+sql
apache php mysql wordpress installation
install lamp linux
setup httpd linux autostart
php xcache
centos 5 apache php setup
install lamp on RHEL 5
linux: lamp installation
linux: lamp installation :yum
LAMP howto
linux lamp installation
autostart start lamp
yum lamp redhat
install lamp unix
php on linux with oracle with lamp
how to install xampp on centos
how to install lamp on unix
standalone linux apache php mysql
lamp download apache mysql php
linux apache php mysql
how to install mysql on linux from shell
usb linux mysql
howto install apache mysql php on centos 5
yum install mysql auto start
httpd autostart chkconfig
apache and php linux
lamp apache
install lamp automatically
install apache php mysql red hat 5
install sql-ledger centos
setp install phpmyadmin terminal cent
centos xampp centos autostart
linux apache installation usb
instalacion de mysql y phpmyadmin en centos
centos install php mysql wordpress
how to compile php apache mysql on centOS 5
how to start php on linux
mysql apache php setup unix
linux lamp yum
lamp php httpd yum
redhat lamp yum install
instalar lamp terminal
linux red hat, make httpd autostart every time reboot
lamp linux
install apache cent
xampp install xcache
yum install php mysql xcache
linux install script lamp
installing SQL on Apache
solution lamp Linux – Apache – Mysql – PHP
lamp php usb
instalar httpd linux
lamp auto installation
instalar lamp centos 4
yum install xampp
installation lamp red hat
install apache php mysql phpmyadmin in unix
install lamp on centos5 yum install
sql lamp howto apache
centos 5 httpd autostart
centos make apache auto load linux restart
mysql terminal lamp
wordpress installation on linux centos
easy php setup red hat
how to install XAMPP for Linux centOS
centos + automatic apache start
install lamp on redhat
lamp on redhar
building lamp linux
how is install the lamp in linux system
rhel5 install lamp howto
installation of LAMP server in centos
Webserver automatisch starten lassen Centos
install wordpress phpmyadmin mysql linux
“centos 5″ mysql tuning
auto run LAMPP in CentOS
cent lamp server
lamp yum linux
installing LAMP on unix
apache lamp oracle
install php plugin apache linux
install lamp centos5
how to install lamp on redhat
redhat 5 lamp yum
“RHEL 5″ apache php mysql
installation of mysql in linux with yum
“shell script” yum install y
autostart xampp centos
lamp configure in centos 5
how to install lamp on rhel5
apache php sql easy
How to install LAMP on Linux shell
centos make httpd automatic
lamp server centos
yum install lamp
install sql on centos
setting xampp autorun di centos
mysqld autostart rhel5
automatic lamp linux
software LAMP linux apache php
how to install lamp on linux
install lamp in usb persistent
install phpmyadmin cent
instalar phpmyadmin centos
instalar apache+mysql+phpmyadmin+php centos
yum phpmyadmin redhat
how to install sql ledger centos 5
lamp centos 5 howto
install lamp linux installation
how to restart linux lamp service
how to instal mysql php apache redhat 5
mysql phpmyadmin redhat5 install
lamp linux apache mysql php centos
lamp linux apache mysql y php con phpmyadmin en centos
red hat install lamp
installing LAMP on Redhat linux
auto start lamp
images for php on linux
centos appache mysql php auto install script
install lamp redhat
xampp start automatically centos
instalare apache mysql php centos pdf
redhat install LAMP
sql ledger on centos 5
how to install httpd on linux
lamp oracle
install lamp and oracle
postinstall lamp on linux
install & configure appache
instalacion lamp centos
instalar apache en red hat
instalare phpmyadmin in centos
LAMP (Linux, Apache, MySQL, PHP)
how to install lamp in linux
linux lamp sendmail
linux instalar apache mysql php
yum lamp phpmyadmin
installing lamp linux
LAMP install shell script
instalar o xampp em centos
como instalar o lampp em centos
how to install LAMP on centos 5
centos 5 lamp howto
instalar apache centos
install mysql apache php Red Hat
install php+apache+phpmyadmin centos
xampp USB installation in Linux
install lamp on centos 5

Post to Twitter  Post to Delicious  Post to Digg    Post to StumbleUpon

Categories : MySQL, Scripts Unix, Web & Scripts Tags : , , , ,

Comments
December 9, 2009

Thanks for the article, it was a good read indeed

Posted by chinaphone
Leave a comment

(required)

(required)