From 3bdbd7bcf576fb44773762e5b75bd9e7a29ebf08 Mon Sep 17 00:00:00 2001 From: Jyri-Petteri Paloposki Date: Sun, 19 Jul 2020 23:19:00 +0300 Subject: [PATCH] Add mention of the .use-docker file. --- doc/installation.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/installation.md b/doc/installation.md index 8310d265..ce51f8e5 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -10,11 +10,13 @@ You can easily run Tracks using Docker Compose. This option mounts the repositor 1. Make sure you have Docker Compose and Docker properly installed. 2. Get the Tracks code base by either downloading the archive file for the latest releast or cloning it from GitHub. -3. On the installation run the following command: +3. Create a file to enable the Docker Compose support in Tracks. *Note*: This is not needed or useful for the separate container, only Docker Composer! + $ touch .use-docker +4. On the installation run the following command: $ ./script/setup -4. Run the server using the following command: +5. Run the server using the following command: $ ./script/server -5. You should now be able to access Tracks in http://localhost:3000 +6. You should now be able to access Tracks in http://localhost:3000 ## Docker installation using a separate container