Tag: aws
-
LAMP Stack App on AWS with Docker, RDS and phpMyAdmin
Intro I was recently tasked with migrating an old LAMP-stack app (PHPv5) running on a Centos6 server to the newer PHPv7 on a Centos8 machine, and ensuring that the code didn’t break in the php upgrade. I figured the best way to do that would be to use Docker to simulate PHP 7 on a…
-
WordPress Backup Restoration Practice
Intro This is Part II of a multi-part series on creating and managing a WordPress-NextJs app. In the first part, we set up a WordPress (WP) instance on AWS EC2 with OpenLiteSpeed, MySql on RDS, and S3 for our media storage. The WP site will serve as a headless CMS for a hypothetical client to…
-
Headless WordPress with OpenLiteSpeed using AWS EC2, RDS & S3
Intro I’ve heard good things about Litespeed so decided to try setting it up on AWS and to perform some comparisons with Apache. I also decided that I would try AWS RDS and S3 for data persistence. This article assumes general knowledge of setting up and administering an EC2 instance, and focuses on OpenLiteSpeed (OSL)…
-
AWS Production Static Site Setup
Intro I’ve fumbled through the process of setting up a production static site on AWS a few times now. These are my notes for the next time to get through the process faster. Overview We want to be able to run a local script that wraps around the AWS CLI to upload assets to an…