External service required for the Tiff Downloader (External Tool Backend for Dataverse) stack to work, heavily based on https://github.com/bodleian/iipsrv-openjpeg-docker.
Docker (https://www.docker.com/) is required to build and run the application.
- IIPImageServer ➤ https://iipimage.sourceforge.io/documentation/server/
- OpenJPG ➤ https://www.openjpeg.org/
- Apache Server ➤ https://httpd.apache.org/
All you need is just build docker container with command:
docker build .
Or just download prebuild container:
docker pull registry.gitlab.whiteaster.com/openforestdata/backend/iipimageserver-with-openjpg:master
Docker-compose example:
version: "3.7"
services:
tiff_iipimages:
image: "registry.gitlab.whiteaster.com/openforestdata/backend/iipimageserver-with-openjpg:master"
ports:
- 8080:80
volumes:
- tiff_files:/var/www/localhost/images
volumes:
tiff_files:
After launching the website, it will be available at: http://localhost:8080/
The project was performed by Whiteaster sp.z o.o., with register office in Chorzów, Poland - www.whiteaster.com and provided under the GNU GPL v.3 license to the Contracting Entity - Mammal Research Institute Polish Academy of Science in Białowieża, Poland.We are proud to release this project under an Open Source license. If you want to share your comments, impressions or simply contact us, please write to the following e-mail address: [email protected]