fixed some markdown mistakes

This commit is contained in:
Ezri Brimhall 2024-10-01 19:18:56 -06:00
parent b62debefd0
commit 71acda02da
Signed by: ezri
GPG Key ID: 3DA1675C4E9B9216

View File

@ -8,7 +8,7 @@ Once it was running, I quickly installed Docker, cloned the given repository, an
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.
Once I had determined this, I wrote a simple Ansible playbook to deploy the container from scratch, including installing dependencies, pulling the latest Dockerfile, and building the container. I also added an entry to my Nginx configuration (at [https://sysadmin-exercise.internal.ezri.dev/], accessible from the ITS building or USU VPN), as I consider HTTPS access to be a part of deploying a webapp. I then simply visited the above site from my browser.
Once I had determined this, I wrote a simple Ansible playbook to deploy the container from scratch, including installing dependencies, pulling the latest Dockerfile, and building the container. I also added an entry to my Nginx configuration (at https://sysadmin-exercise.internal.ezri.dev/, accessible from the ITS building or USU VPN), as I consider HTTPS access to be a part of deploying a webapp. I then simply visited the above site from my browser.
### Tasks
1. Create virtual machine in Proxmox hypervisor