Skip to content

Instantly share code, notes, and snippets.

View noorulqumar's full-sized avatar
🎯
Focusing

NOOR UL QUMAR noorulqumar

🎯
Focusing
View GitHub Profile
@noorulqumar
noorulqumar / gist:34f4ef2ec04b3f1a5a002e876b6fb197
Created October 13, 2023 06:38 — forked from teja156/gist:8c35a05f43635da4cbd06b47c0d91e93
Commands for deploying wordpress website on AWS EC2 shown in my YouTube video
YouTube video link: https://youtu.be/8Uofkq718n8
All the commands that are executed in the above youtube video are mentioned in this gist.
1. Install Apache server on Ubuntu
sudo apt install apache2
2. Install php runtime and php mysql connector
sudo apt install php libapache2-mod-php php-mysql
3. Install MySQL server