diff --git a/CHANGELOG.md b/CHANGELOG.md index 90dd189bc638a101c17dd48c869417ddc26f63e0..59f5f3dbddefd57ee222f3395e497ca611d809cc 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 () ### Security - TDB diff --git a/site/content/en/docs/administration/basics/installation.md b/site/content/en/docs/administration/basics/installation.md index 87b2047cf7e47a8f8d4e7da058f3491502e382fe..fcbc6b8e38b12c1db03eeb391a711ecda5f169f0 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 ``` - +- 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.