Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save saksham-raghuvanshi/2b7ffd9f1fee86fc8f3ccbdf46b1919e to your computer and use it in GitHub Desktop.

Select an option

Save saksham-raghuvanshi/2b7ffd9f1fee86fc8f3ccbdf46b1919e to your computer and use it in GitHub Desktop.
Commands for deploying wordpress website on AWS EC2 shown in my YouTube video
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
```sudo apt install mysql-server ```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment