Blog
Extracting Data From The Overpass API
December 23, 2021
I wrote a simple php script to extract data from the Overpass API xml file
Read this post ...Improving the maps on Londinium.com
December 22, 2021
Adding mapping features to londinium.com, the original site for London using leaflet JS and Openstreetmap
Read this post ...AWS terraform destroy & terraform apply (Part 8)
December 20, 2021
Fixing the Terraform file to make the storage file smaller to fit in the free tier limits
Read this post ...AWS EC2 Instance and Container setup with Ansible (Part 7)
December 6, 2021
I started with this tutorial https://www.agix.com.au/build-an-ec2-using-ansible-step-by-step/ The ansible code is in Part 7 of the repo github.com/allotmentandy/aws, this code creates a NEW instance...
Read this post ...AWS Docker improvements adding tailwindCss and more(Part 6)
December 5, 2021
Having setup the docker image and got it working on the EC2 instance, I wanted to improve the laravel website within the Docker image. Installing tailwind into the laraveldocker app i made in Part 5...
Read this post ...AWS Amazon Web Services Laravel in Docker on EC2(Part 5)
December 3, 2021
Next in this series, I am setting up a docker container to host a laravel website on AWS. Following this tutorial https://buddy.works/guides/laravel-in-docker I started with a fresh install of...
Read this post ...AWS Amazon Web Services Instance with Terraform and an Elastic IP (Part 4)
December 2, 2021
Having used Ansible to setup the server in the last post, I now wanted to use Terraform to launch the instance programatically. As part of the Infrastructure as Code world I am looking to move into,...
Read this post ...AWS Amazon Web Services Cloud computing and PHP part 3 using Ansible
December 1, 2021
Using Ansible to setup the LAMP stack on a clean Debian AWS server.
Read this post ...AWS Amazon Web Services Cloud computing and PHP (Part 2)
December 1, 2021
Part 2 - adding a Mysql database server to a debian EC2 instance
Read this post ...AWS Amazon Web Services Cloud computing and PHP (Part 1)
December 1, 2021
A start of a series of blogs on setting up AWS resources to host PHP websites
Read this post ...