From 38bbd6aab7914d7697023ab6a9ceaec6639eaa41 Mon Sep 17 00:00:00 2001 From: Anugraha Sinha Date: Fri, 10 Dec 2021 12:17:21 +0900 Subject: [PATCH 1/4] Update to installation.md Added information about *exporting* `CVAT_HOST` variable so that accessing CVAT portal can be enabled over local network. --- site/content/en/docs/administration/basics/installation.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/site/content/en/docs/administration/basics/installation.md b/site/content/en/docs/administration/basics/installation.md index 87b2047cf7e4..8a1f35a4a20c 100644 --- a/site/content/en/docs/administration/basics/installation.md +++ b/site/content/en/docs/administration/basics/installation.md @@ -76,7 +76,12 @@ For access from China, read [sources for users from China](#sources-for-users-fr git clone https://github.com/opencv/cvat cd cvat ``` - +- If you want to access CVAT over a network or through a different system, export `CVAT_HOST` environment variable + + ```bash + export CVAT_HOST=your-ip-address + ``` + - Run docker containers. It will take some time to download the latest CVAT release and other required images like postgres, redis, etc. from DockerHub and create containers. From 68538ddbc66791f4956e7de053960f9446827dcc Mon Sep 17 00:00:00 2001 From: Anugraha Sinha Date: Fri, 10 Dec 2021 12:20:39 +0900 Subject: [PATCH 2/4] Updated installation.md Updated changes for exporting `CVAT_HOST` variable to be in passive voice (language/grammar) related change. --- site/content/en/docs/administration/basics/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/en/docs/administration/basics/installation.md b/site/content/en/docs/administration/basics/installation.md index 8a1f35a4a20c..fcbc6b8e38b1 100644 --- a/site/content/en/docs/administration/basics/installation.md +++ b/site/content/en/docs/administration/basics/installation.md @@ -76,7 +76,7 @@ For access from China, read [sources for users from China](#sources-for-users-fr git clone https://github.com/opencv/cvat cd cvat ``` -- If you want to access CVAT over a network or through a different system, export `CVAT_HOST` environment variable +- To access CVAT over a network or through a different system, export `CVAT_HOST` environment variable ```bash export CVAT_HOST=your-ip-address From 768ac96efc7426e8eb7ad499417b36efdf12b3be Mon Sep 17 00:00:00 2001 From: Anugraha Sinha Date: Fri, 10 Dec 2021 12:52:02 +0900 Subject: [PATCH 3/4] Update for CHANGELOG.md Added changelog specific information related to #4014 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90dd189bc638..c93bcdc30a06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Points of invisible shapes are visible in autobordering () - Order of the label attributes in the object item details() - Order of labels in tasks and projects () +- Added information to export CVAT_HOST when performing local installation for accessing over network (https://github.com/openvinotoolkit/cvat/pull/4014) ### Security - TDB From 7b0ec12689715b3dd3c8157c632d9adcdeedd43d Mon Sep 17 00:00:00 2001 From: Nikita Manovich Date: Fri, 10 Dec 2021 11:46:06 +0300 Subject: [PATCH 4/4] Fix linter warnings --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c93bcdc30a06..59f5f3dbddef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,7 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Points of invisible shapes are visible in autobordering () - Order of the label attributes in the object item details() - Order of labels in tasks and projects () -- Added information to export CVAT_HOST when performing local installation for accessing over network (https://github.com/openvinotoolkit/cvat/pull/4014) +- Added information to export CVAT_HOST when performing local installation for accessing over network () ### Security - TDB