LAMP -
- Linux
- Apache
- Mysql
- Php
Open your terminal (ctlr +alt +t)
sudo apt-get updateAfter that
sudo apt-get upgrade
Install Apache2
sudo apt-get install apache2
Install Mysql Server
sudo apt-get install mysql-serverDuring Mysql installation, you need to type mysql username and password.
Password not mandatory.
Install PHP5
sudo apt-get install php5 libapache2-mod-php5
lamp installation has been completed.
Restart the apache server
Restart Apache2
sudo /etc/init.d/apache2 restartNow open your browser and type in your browser address bar
localhostOutput will be like below (In most case)
It works!
This is the default web page for this server.
The web server software is running but no content has been added, yet.
2 comments
Click here for commentsHow to install phpmyadmin on Ubuntu?
ReplyUseful information...!
ReplyConversionConversion EmoticonEmoticon