Prerequisites
- Azure account.
- PUTTY Software
Now let's get started with the following steps:
Connect to your Linux Virtual Machine
Open Putty software and type Linux Server IP Address and click Open button,
Then type username and password, now we connect our remote Linux server through Putty software.
Now we ready to Install Linux, Apache, MySQL, PHP (LAMP) Stack.
Step 1: Install Apache
First, we install Apache Web Server. To install Apache, type the following command into the Terminal:
$ yum install httpd

Step 2: Install PHP 7
Next, we install PHP 7. To install PHP, type the following command into the Terminal:
$ yum install php70w
Then finally we install MySQL 5.6. To install MySQL, type the following command into the Terminal:
$ yum install mysql-server
Now you have successfully configured LAMP setup on your Linux VM Server.

Erick GonzalezPosted Jun 24, 2019, 12:07 PM
My Server doesnt seem to have any yum repositories and i get There are no enabled repos. Run "yum repolist all" to see the repos you have. You can enable repos with yum-config-manager --enable <repo> every time i try to run this any ideas?
Prasanna MuraliPosted May 10, 2016, 10:29 AM
Nice sir
Raja TPosted May 4, 2016, 5:50 AM
Nice,Thanks for sharing
Amit DavePosted May 3, 2016, 10:27 AM
Keep up the Good work!
Vignesh ManiPosted May 2, 2016, 11:58 AM
Nice one sir
Bhuvanesh MohankumarPosted May 2, 2016, 6:53 AM
Good one
Sonu ChaudharyPosted May 2, 2016, 5:51 AM
good one
NitinPosted May 2, 2016, 3:31 AM
Good one