Skip to content

Running with Docker

Faisal Thaheem edited this page Jan 26, 2021 · 2 revisions

The easiest way to run is using Docker. Please install docker for your platform. This guide assumes you are on linux and makes references to shell scripts to do some behind the scenes setup. If you intend to run on Windows please open an issue and I'll be glad to provide with windows scripts to do the same.

$ git clone https://github.com/faisalthaheem/simanno
$ cd simanno
$ ./setup.sh
$ ./run.sh

Open your browser to http://localhost:8181 and you're good to go. Note however the following important points

  1. To stop and make configuration changes you need to shutdown, use docker-compose down command to stop services.
  2. Update the labels in conf/ws/imanno.yaml
  3. Copy your images to data/images
  4. Application data is stored outside of container, so restarting and updating will not affect your work.

You're good to start annotating images, issue ./run.sh again to start the services.

Clone this wiki locally