From f1744642c8c571bc422c883364720b1b6434a142 Mon Sep 17 00:00:00 2001 From: Gil Michalovich <105370127+GilMich@users.noreply.github.com> Date: Tue, 23 Jan 2024 21:03:22 +0200 Subject: [PATCH 1/3] Update DOCKER.md added a little refinement to the installation guide as requested --- docs/DOCKER.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/DOCKER.md b/docs/DOCKER.md index f5a12efb..b54fdeb3 100644 --- a/docs/DOCKER.md +++ b/docs/DOCKER.md @@ -25,7 +25,7 @@ Instructions **1.** [Get the code](https://github.com/data-for-change/anyway#getting-the-code) -**2.** [Install Docker](https://docs.docker.com/install/) and [Install Docker Compose](https://docs.docker.com/compose/install/) +**2.** [Install Docker](https://docs.docker.com/install/) and [Install Docker Compose](https://docs.docker.com/compose/install/). (Install Docker on Windows!! not on Ubuntu.) **3.** Get the `.env` file with the required secret values and place in the project **root directory** - can be downloaded [from here](https://drive.google.com/file/d/1bgMyKlHoAAIixlk8qqmZaXPdmqCxldLu/view?usp=sharing). Note that this file **needs to be saved as `.env`** - with the `.` at the beginning of the name of the file. **Continue with your OS, See below** From 757018c89e33d7dbecde4829695298028f63976d Mon Sep 17 00:00:00 2001 From: Atalya Alon <20992625+atalyaalon@users.noreply.github.com> Date: Sun, 20 Oct 2024 15:23:52 +0300 Subject: [PATCH 2/3] Update DOCKER.md --- docs/DOCKER.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/DOCKER.md b/docs/DOCKER.md index b54fdeb3..aef46ecd 100644 --- a/docs/DOCKER.md +++ b/docs/DOCKER.md @@ -25,7 +25,7 @@ Instructions **1.** [Get the code](https://github.com/data-for-change/anyway#getting-the-code) -**2.** [Install Docker](https://docs.docker.com/install/) and [Install Docker Compose](https://docs.docker.com/compose/install/). (Install Docker on Windows!! not on Ubuntu.) +**2.** [Install Docker](https://docs.docker.com/install/) and [Install Docker Compose](https://docs.docker.com/compose/install/). (Install Docker on Windows, also when using WSL2) **3.** Get the `.env` file with the required secret values and place in the project **root directory** - can be downloaded [from here](https://drive.google.com/file/d/1bgMyKlHoAAIixlk8qqmZaXPdmqCxldLu/view?usp=sharing). Note that this file **needs to be saved as `.env`** - with the `.` at the beginning of the name of the file. **Continue with your OS, See below** From ececb6e75ce94c5d4393431afe167128b17e03fb Mon Sep 17 00:00:00 2001 From: Atalya Alon <20992625+atalyaalon@users.noreply.github.com> Date: Sun, 20 Oct 2024 15:24:34 +0300 Subject: [PATCH 3/3] Update DOCKER.md --- docs/DOCKER.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/DOCKER.md b/docs/DOCKER.md index aef46ecd..851f20ed 100644 --- a/docs/DOCKER.md +++ b/docs/DOCKER.md @@ -25,7 +25,7 @@ Instructions **1.** [Get the code](https://github.com/data-for-change/anyway#getting-the-code) -**2.** [Install Docker](https://docs.docker.com/install/) and [Install Docker Compose](https://docs.docker.com/compose/install/). (Install Docker on Windows, also when using WSL2) +**2.** [Install Docker](https://docs.docker.com/install/) and [Install Docker Compose](https://docs.docker.com/compose/install/). (Install Docker for Windows, also when using WSL2) **3.** Get the `.env` file with the required secret values and place in the project **root directory** - can be downloaded [from here](https://drive.google.com/file/d/1bgMyKlHoAAIixlk8qqmZaXPdmqCxldLu/view?usp=sharing). Note that this file **needs to be saved as `.env`** - with the `.` at the beginning of the name of the file. **Continue with your OS, See below**