This is a beginners level exercise for hosting a two-tier architecture on Docker Containers. WordPress is a monolithic application which was designed to work on shared servers, however to utilize the advantages of micro services, we need to segregate the data layer and the processing layer. The first split is to split the database and […]
Installing WordPress locally using Github
Installing WordPress locally allows you to create and test your website or blog in a local development environment before deploying it to a live server. In this guide, we will walk you through the process of setting up a local WordPress installation using GitHub. This method offers flexibility and version control capabilities for your WordPress […]