Easy LAMP Installer Incl. WebMin , PHPMyAdmin and vsFTP ~ By Domenic
Here is a SUPER Easy way on how to install Apache , Mysql and PHP that some people to find hard to install.

Installer Includes :
- PHP Updated to 5.3.6
- Apache
- Mysql
- WebMin
- vsFTP
- PHPMYADMIN
- and Does and Update to your Centos
Video Demo : ( Phpmyadmin now works , Update the installer )
Code:
http://www.**********.com/?d=HM9URWGP
Code:
http://bitshare.com/files/ootphw54/Easy-LAMP-Installer-Incl.-WebMin---PHPMyAdmin-and-vsFTP---By-Domenic.flv.html
Code:
http://www.wupload.com/file/43056395
Text Tutorial :
Step 1 :
wget rtirrent.hostzi.com/LAMP.sh
Code:
#LAMP.sh
#! /bin/bash
##########################################
#Yummy Update ?? #
##########################################
yum update
echo "CentOS Updated Yay!"
##########################################
#Install MYSQL #
##########################################
yum install mysql-server mysql
service mysqld start
echo "MYSQL Installed!"
##########################################
#Install PHP #
##########################################
rpm -Uvh http://repo.webtatic.com/yum/centos/5/latest.rpm
yum --enablerepo=webtatic install php
echo "PHP Installed and Started."
##########################################
#Install Apache #
##########################################
yum install httpd
service httpd start
echo "Apache Installed and Started."
##########################################
#Install WebMin #
##########################################
cd /usr/src
wget http://prdownloads.sourceforge.net/webadmin/webmin-1.510-1.noarch.rpm
rpm -i webmin-1.510-1.noarch.rpm
##########################################
#Install phpMyAdmin #
##########################################
wget http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.1-1.el5.rf.i386.rpm
rpm -Uhv rpmforge-release-0.5.1-1.el5.rf.i386.rpm
yum update
yum install phpmyadmin
##########################################
#Install FTP #
##########################################
yum install vsftpd
Step 2 :
sh LAMP.sh
From here we just let the installer compile the files and packages and then we are done.
Hint :
For WebMin your login will be : http://yourip:10000
Username : root
Password : YOUR-ROOT-PASSWORD
Bookmarks