From 9ac2dfa7642647b6ea6ea1de3fa514352fc39183 Mon Sep 17 00:00:00 2001 From: Brandon Egger Date: Wed, 19 Apr 2023 01:42:55 -0500 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 23fc3dd..31f3fc5 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,15 @@ There are many auditory training resources that often have unique requirements. A patient may require an Android application, or help with a specific skill. The patient may also already be at a specific skill level, and want a resource that is more challenging or easier depending on age group. The goal of this application is to provide an accessible website for patients and providers to easily find recommendations for auditory training development resources based on their unique requirements. ## Production Deployment -TODO +Currently this is being deployed through docker on a single VPS. Using the included docker-compose you can start the production server with the following command: +```sh +docker-compose up --build -d +``` +This should deploy the instance on localhost:1234 + +I have this hosted behind a reverse proxy (nginx) which routes traffic from the auditorytraining.info URI to localhost:1234. You can of course change this to any port that works best in your configuration! + +A more permanent hosting solution through the University is in the works. ## Local Deployment TODO