From 057abcea41ae8bd9a9c663586935d357c64e9932 Mon Sep 17 00:00:00 2001 From: prasadtalasila Date: Sun, 19 May 2024 09:15:56 +0200 Subject: [PATCH] Fixes codeclimate issues --- deploy/docker/LOCALHOST.md | 2 +- deploy/docker/README.md | 2 +- deploy/docker/SERVER.md | 2 +- docs/admin/host.md | 2 +- docs/admin/localhost.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/deploy/docker/LOCALHOST.md b/deploy/docker/LOCALHOST.md index ec825ddd4..d67e3bd82 100644 --- a/deploy/docker/LOCALHOST.md +++ b/deploy/docker/LOCALHOST.md @@ -76,7 +76,7 @@ docker compose -f compose.local.yml --env-file .env up -d --force-recreate clien ## Use The application will be accessible at: -_http://localhost_ from web browser. + from web browser. Sign in using your gitlab.com account. All the functionality of DTaaS should be available to you diff --git a/deploy/docker/README.md b/deploy/docker/README.md index eb1c5e650..34fa8e07a 100644 --- a/deploy/docker/README.md +++ b/deploy/docker/README.md @@ -6,6 +6,6 @@ on both localhost and server. There are two installation scenarios each with a dedicated set of instructions: 1. Single user [localhost](./LOCALHOST.md) -2. Multi-user [web application](./SERVER.md) +1. Multi-user [web application](./SERVER.md) Please choose an appropriate installation scenario. diff --git a/deploy/docker/SERVER.md b/deploy/docker/SERVER.md index 2529568e8..7fa7ae62e 100644 --- a/deploy/docker/SERVER.md +++ b/deploy/docker/SERVER.md @@ -173,7 +173,7 @@ docker compose -f compose.server.yml --env-file .env.server up -d --force-recrea ## Use The application will be accessible at: -_http://foo.com_ from web browser. + from web browser. Sign in using your account linked to either _gitlab.com_ or your local gitlab instance. diff --git a/docs/admin/host.md b/docs/admin/host.md index aa85d966b..1ff815202 100644 --- a/docs/admin/host.md +++ b/docs/admin/host.md @@ -177,7 +177,7 @@ docker compose -f compose.server.yml --env-file .env.server up -d --force-recrea ## Use The application will be accessible at: -_http://foo.com_ from web browser. + from web browser. Sign in using your account linked to either _gitlab.com_ or your local gitlab instance. diff --git a/docs/admin/localhost.md b/docs/admin/localhost.md index 7b9c10398..1c492651c 100644 --- a/docs/admin/localhost.md +++ b/docs/admin/localhost.md @@ -84,7 +84,7 @@ docker compose -f compose.local.yml --env-file .env up -d --force-recreate clien ## Use The application will be accessible at: -_http://localhost_ from web browser. + from web browser. Sign in using your gitlab.com account. All the functionality of DTaaS should be available to you