LAMP server (Linux, Apache, MySQL, PHP or Perl) is one of the most important servers you might ever set up. It will happily serve up dynamic, database-driven web sites without needing constant babysitting. Since the LAMP server‘s underlying foundation is Linux it enjoys rock-solid reliability, security, and can be installed on all kinds of hardware (from that old white-box you have to a multi-CPU, RAID-enabled rack server). Linux.com
On this tutorial, I will shows how to Install LAMP Server in Ubuntu Server 12.04 LTS Precise pangolin. Below is a laundry list of commands to help you configure the perfect Install Lamp-Server on Ubuntu server 12.04 LTS, Let’s start it:
Install LAMP Server in Ubuntu Server 12.04 LTS
Log in on your ubuntu server remotly with ssh
Install LAMP Stack (Linux,Apache, Mysql, PHP) with command below:
sudo apt-get install lamp-server^
Install PHP5 (Some applications require other PHP5 mods) with command:
sudo apt-get install php5 php5-gd php5-mysql php5-curl php5-cli php5-cgi php5-dev
Install phpmyadmin
sudo apt-get install phpmyadmin
Watch video How To Install LAMP Server in Ubuntu Server 12.04 LTS
Link Referernce:
- Apache: http://httpd.apache.org/
- PHP: http://www.php.net/
- MySQL: http://www.mysql.com/
- Ubuntu: http://www.ubuntu.com/
Tags: #Apache #LAMP Server #MySQL #PHP #Ubuntu Server 12.04 #Web Server