Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
tips:cvat [2019/11/25 15:08] – created scipio | tips:cvat [2020/09/09 12:04] (current) – [Install] scipio | ||
---|---|---|---|
Line 4: | Line 4: | ||
Istruzioni per l' accesso al programma: | Istruzioni per l' accesso al programma: | ||
* Andare con chrome su http:// | * Andare con chrome su http:// | ||
- | * Entrare | + | * luca |
- | * Cliccare | + | * entrare |
+ | * cliccare | ||
+ | * toli | ||
+ | * entrare come utente “toli” e password “tolitoli” | ||
+ | * cliccare su “ocr-12” → Jobs | ||
+ | * pica | ||
+ | * entrare come utente “pica” e password “pica” | ||
+ | * cliccare su “ocr-13” → Jobs | ||
Line 19: | Line 26: | ||
+ | {{: | ||
Line 38: | Line 45: | ||
http:// | http:// | ||
- | enable access from other hosts | + | http:// |
- | <code> | + | |
- | cat > docker-compose.override.yml | + | enable access from other hosts |
+ | <file ini docker-compose.override.yml> | ||
+ | version: " | ||
services: | services: | ||
cvat: | cvat: | ||
environment: | environment: | ||
ALLOWED_HOSTS: | ALLOWED_HOSTS: | ||
- | EOF | + | CVAT_SHARE_URL: |
- | </code> | + | volumes: |
+ | - cvat_share:/ | ||
+ | |||
+ | volumes: | ||
+ | cvat_share: | ||
+ | driver_opts: | ||
+ | type: none | ||
+ | device: / | ||
+ | o: bind | ||
+ | </file> | ||
Line 69: | Line 87: | ||
docker-compose up -d --build | docker-compose up -d --build | ||
</ | </ | ||
+ | |||
+ | < | ||
+ | docker-compose down | ||
+ | git pull | ||
+ | docker-compose up -d --build | ||
+ | </ | ||
+ |