Skip to content

Commit

Permalink
add docker and aws admin info
Browse files Browse the repository at this point in the history
  • Loading branch information
sboivinsystra committed Oct 28, 2024
1 parent fae1a94 commit a4ccfc6
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 2 deletions.
17 changes: 16 additions & 1 deletion docs/deploy/01_prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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**.
Expand Down
17 changes: 16 additions & 1 deletion docs/fr/deploy/01_prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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**.
Expand Down

0 comments on commit a4ccfc6

Please sign in to comment.