-
Notifications
You must be signed in to change notification settings - Fork 472
Getting Started
Justin Brooks edited this page Oct 15, 2018
·
44 revisions
Docker and docker-compose is required. You can follow their documentation for installation in the links provided.
Create a copy of this repository:
git clone https://github.com/jsbroks/coco-annotator
cd coco-annotator
Run the application using docker compose:
docker-compose up --build
Give it a few minutes to build the docker image.
Now, you can now access the website (http://localhost:5000/).
Due to limitations of CIFS implementation in Linux kernel, file change events in mounted folders of a host are not propagated to a container by Docker for Windows (source). You can install docker-windows-volume-watcher or move the files from within the docker to fix this issue.
Installation has not been tested.