Skip to content

Commit

Permalink
FEAT: Series capability
Browse files Browse the repository at this point in the history
  • Loading branch information
rehanhaider committed Oct 15, 2023
1 parent f250bb1 commit f24ed9c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 12 deletions.
20 changes: 11 additions & 9 deletions content/aws/22575000-run-wordpress-on-ec2.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,17 @@ Nevertheless, WordPress is going nowhere hence in this guide we will cover how t

We will do the following steps to install WordPress on an EC2 instance:

1. [Create an EC2 instance](#create-an-ec2-instance)
2. [Install NGINX](#install-nginx)
3. [Install PHP](#install-php)
4. [Configure NGINX to serve PHP](#configure-nginx-to-serve-php)
5. [Install MySQL/MariaDB](#install-mysqlmariadb)
6. [Configure & Secure MySQL/MariaDB](#configure-secure-mysqlmariadb)
7. [Create the database](#create-the-database)
8. [Configure WordPress](#configure-wordpress)
9. [Start WordPress](#start-wordpress)
- [How to install WordPress on an EC2 instance?](#how-to-install-wordpress-on-an-ec2-instance)
- [Create an EC2 instance](#create-an-ec2-instance)
- [Install NGINX](#install-nginx)
- [Install PHP](#install-php)
- [Configure NGINX to serve PHP](#configure-nginx-to-serve-php)
- [Install MySQL/MariaDB](#install-mysqlmariadb)
- [Configure \& Secure MySQL/MariaDB](#configure--secure-mysqlmariadb)
- [Create the database](#create-the-database)
- [Install WordPress](#install-wordpress)
- [Configure WordPress](#configure-wordpress)
- [Start WordPress](#start-wordpress)

### Create an EC2 instance

Expand Down
1 change: 0 additions & 1 deletion content/aws/25000000-mount-efs-ec2.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
Title: Mount Amazon EFS Drive on EC2 Ubuntu Linux using NFS Utils
Date: 2022-06-13
Category: AWS Academy
Series: AWS CDK
Tags: aws, linux
Author: Rehan Haider
Summary: A comprehensive guide to mount Amazon Elastic File Storage (EFS) on Ubuntu Linux using NFS Utils and then use it to serve files from the EFS drive. The guided includes instructions for both AWS Console & CLI
Expand Down
1 change: 0 additions & 1 deletion content/aws/50000000-flask-on-beanstalk.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
Title: Run Flask Apps on Elastic Beanstalk
Date: 2022-07-30
Category: AWS Academy
Series: AWS CDK
Tags: aws, python
Author: Rehan Haider
Summary: Create a simple Flask app and run on AWS Elastic Beanstalk
Expand Down
1 change: 0 additions & 1 deletion content/aws/75000000-iam-cross-account-role.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
Title: Cross Account Access to AWS Services using IAM Roles
Date: 2022-08-13
Category: AWS Academy
Series: AWS CDK
Tags: aws
Author: Rehan Haider
Summary: Access another AWS account temporarily using an IAM role and STS
Expand Down

0 comments on commit f24ed9c

Please sign in to comment.