Install WordPress AWS EC2 Ubuntu 18.04 Bionic Beaver NGINX + PHP-FPM


Here is a quick steps to install wordpress in latest ubuntu 18.04 Bionic Beaver

1. Download dependencies

1
2
3
sudo apt-get install nginx mariadb-server mariadb-client
sudo mysql_secure_installation
sudo apt install php-fpm php-common php-mbstring php-xmlrpc php-soap php-gd php-xml php-intl php-mysql php-cli php-ldap php-zip php-curl

2. Setup WordPress

1
2
wget -c wget https://wordpress.org/latest.tar.gz
tar -xvvf latest.tar.gz

3. Setup SSL using Letsencrypt in AWS EC2
Please follow this tutorial to setup SSL in EC2 using letsencrypt


Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.