Skip to content

Instantly share code, notes, and snippets.

View uchino83's full-sized avatar

Uchenna Austin Okoli uchino83

  • Newcastle Australia
View GitHub Profile
@uchino83
uchino83 / gist:7286ecece073e36ee70567cab46a71f0
Created November 28, 2022 13:19 — 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
@uchino83
uchino83 / PY0101EN-1-1-Types.ipynb
Created December 15, 2020 06:00
Created on Skills Network Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.