From 816e494231795bea56eaa0c2195fd0a5ac89b366 Mon Sep 17 00:00:00 2001 From: Daniel Al Mouiee Date: Fri, 27 Oct 2023 09:49:35 +1100 Subject: [PATCH] Added `infrastructure` section to docs, edited `README.md` --- README.md | 1 - guides/INFRASTRUCTURE.md | 2 +- index.md | 1 + 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7f27e3a..7227db2 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,6 @@ Welcome to AusCATverse, your starting point for all things AusCAT. This document ## Technical Documentation You can access more "Getting Started" and technical information for AusCAT [here](https://australiancancerdatanetwork.github.io/auscatverse/). -[![pages-build-deployment](https://github.com/AustralianCancerDataNetwork/auscatverse/actions/workflows/pages/pages-build-deployment/badge.svg?branch=main&event=push)](https://github.com/AustralianCancerDataNetwork/auscatverse/actions/workflows/pages/pages-build-deployment) ## Projects A description of projects underway within AusCAT can be found on our SharePoint: diff --git a/guides/INFRASTRUCTURE.md b/guides/INFRASTRUCTURE.md index 38c7d9b..003ff56 100644 --- a/guides/INFRASTRUCTURE.md +++ b/guides/INFRASTRUCTURE.md @@ -134,7 +134,7 @@ git config --global http.sslVerify false ## Docker -We use [Docker](https://www.docker.com/) to deploy ready to go containers which run the AusCAT software. Follow [these instructions to install Docker](https://docs.docker.com/engine/install/ubuntu/) within your Ubuntu virtual machine. +We use [Docker](https://www.docker.com/) to deploy ready to go containers which run the AusCAT software. Follow [these instructions to install Docker](https://docs.docker.com/engine/install/ubuntu/) within your Ubuntu virtual machine. We also have a guide for installing Docker in a simulation (not suitable for production) environment which can be found [here](../simulation/DOCKER_PORTAINER.md#install-docker). ### Docker installation in NSWHealth diff --git a/index.md b/index.md index c62eba3..a21c8aa 100644 --- a/index.md +++ b/index.md @@ -30,6 +30,7 @@ examples :caption: Installation :hidden: +guidies/INFRASTRUCTURE guides/PRODUCTION guides/AUTH ```