diff --git a/README.md b/README.md index b090f65..0fe2508 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ ## Step 1 - Deploy Webserver -I was able to relatively quickly provision a new virtual machine on my hypervisor and install the requisite software for this task. I chose to install Debian, as I have experience with it and it is well-suited for tasks such as these. +I was able to provision a new virtual machine on my hypervisor and install the requisite software for this task. I chose to install Debian, as I have experience with it and it is well-suited for tasks such as these. -Once it was running, I quickly installed Docker, cloned the given repository, and built the Docker image. I then started it with a shell as PID 1 to explore the container. +Once it was running, I installed Docker, cloned the given repository, and built the Docker image. I then started it with a shell as PID 1 to explore the container. The web app is a simple Django app with a single URL defined which simply renders the `index.html` template. It has the admin app installed, but it doesn't actually seem functional.