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] 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**