-
Notifications
You must be signed in to change notification settings - Fork 1
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
- To stop and make configuration changes you need to shutdown, use
docker-compose down
command to stop services. - Update the labels in conf/ws/imanno.yaml
- Copy your images to data/images
- 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.