↧
Using Vagrant to build a LEMP stack
I may have just fallen in love with the tool Vagrant. Vagrant makes it possible to quickly create a virtual environment for development. It is different than cloning or snapshots in that it uses...
View ArticleBuild a Multi-server LEMP stack using Ansible
My objective in this post is to explore the use of Ansible to configure a multi-server LEMP stack. This builds on the preliminary work I did demonstrating how to use Vagrant to create an environment to...
View ArticleUse Docker to Build a LEMP Stack (Buildfile)
I’ve been reviewing Docker recently. As part of that review, I decided to build a LEMP stack in Docker. I use Vagrant to create an environment in which to run Docker. For this experiment I chose to...
View Article