Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,17 @@ $ git submodule update --init --recursive
You can either run the project on [default configuration](./docker-compose.yml) or modify them to your need.
**Note**: Before proceeding further, you might need to give docker `sudo` access or run the commands listed below as `sudo`.

**Set the host address if you want to use it from a different machine:**
```sh
# audino/.env
CVAT_HOST=<FQDN>
```
```sh
# audino/audino-frontend/.env
REACT_APP_BACKEND_FILE_URL="http://<FQDN>:8080"
REACT_APP_BACKEND_URL="http://<FQDN>:8080/api"
```

**To bring up the services, run:**

```sh
Expand Down