Update README.md
This commit is contained in:
parent
5024838868
commit
92b6d52fbf
@ -2,9 +2,9 @@
|
|||||||
|
|
||||||
## Step 1 - Deploy Webserver
|
## 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.
|
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.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user