From a4ccfc6ba07b28fca30d30266e2e4c1964267e04 Mon Sep 17 00:00:00 2001 From: Simon Boivin Date: Mon, 28 Oct 2024 12:02:33 -0400 Subject: [PATCH] add docker and aws admin info --- docs/deploy/01_prerequisites.md | 17 ++++++++++++++++- docs/fr/deploy/01_prerequisites.md | 17 ++++++++++++++++- 2 files changed, 32 insertions(+), 2 deletions(-) diff --git a/docs/deploy/01_prerequisites.md b/docs/deploy/01_prerequisites.md index 7430575..b978035 100644 --- a/docs/deploy/01_prerequisites.md +++ b/docs/deploy/01_prerequisites.md @@ -15,6 +15,9 @@ First You need the **AWS Command Line Interface** and **Credentials**. ::: warning Contact an Administrator to receive your credentials ::: +::: danger you need will need administrator access +::: + Install AWS CLI using [this guide](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html) After this, configure your profile with your **Credentials** running this command in the terminal: @@ -32,10 +35,22 @@ After this, configure your profile with your **Credentials** running this comman Install **Docker** using [this guide](https://docs.docker.com/get-docker/) +::: danger you need will need administrator access +::: + ::: info Windows - install Docker Desktop + install Docker Desktop. + Add local user to docker-users as an administrator. [see](https://docs.docker.com/desktop/install/windows-install/#install-docker-desktop-on-windows) ::: + +you can test that docker is install properly by running this command in the terminal + +```bash +docker run hello-world +``` + + ## Quetzal-network-editor-backend Clone [this repo](https://github.com/systragroup/quetzal-network-editor-backend) on your computer. **It should be at the same level as Quetzal and Quetzal models**. diff --git a/docs/fr/deploy/01_prerequisites.md b/docs/fr/deploy/01_prerequisites.md index 7430575..b978035 100644 --- a/docs/fr/deploy/01_prerequisites.md +++ b/docs/fr/deploy/01_prerequisites.md @@ -15,6 +15,9 @@ First You need the **AWS Command Line Interface** and **Credentials**. ::: warning Contact an Administrator to receive your credentials ::: +::: danger you need will need administrator access +::: + Install AWS CLI using [this guide](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html) After this, configure your profile with your **Credentials** running this command in the terminal: @@ -32,10 +35,22 @@ After this, configure your profile with your **Credentials** running this comman Install **Docker** using [this guide](https://docs.docker.com/get-docker/) +::: danger you need will need administrator access +::: + ::: info Windows - install Docker Desktop + install Docker Desktop. + Add local user to docker-users as an administrator. [see](https://docs.docker.com/desktop/install/windows-install/#install-docker-desktop-on-windows) ::: + +you can test that docker is install properly by running this command in the terminal + +```bash +docker run hello-world +``` + + ## Quetzal-network-editor-backend Clone [this repo](https://github.com/systragroup/quetzal-network-editor-backend) on your computer. **It should be at the same level as Quetzal and Quetzal models**.