LAMP named as an acronym of the Linux operating system, the Apache HTTP Server, the MySQL relational database management system and the PHP programming language.
L – Linux
A – Apache
M – MYSQL
P – PHP
On Windows Click Here: How to install and configure Apache,PHP,MySql and phpMyadmin on windows
On ubuntu Click Here: How to install and configure Apache,PHP,MySql and phpMyadmin on ubuntu
Step 1:
Installing apache
The Apache HTTP Serveris the world’s most used web server software. Open Terminal. To open terminal click the Main Linux Mint Menu, then go to system tools and select Terminal or type terminal in the search field or click the Terminal icon in taskbar. And type the below code in terminal and hit enter.
sudo apt-get install apache2
Type your linux mint password and press enter.
Type y and hit enter to confirm apache installation.
(more…)