Skip to content
This repository has been archived by the owner on Jun 12, 2020. It is now read-only.

islandora-deprecated/isle-crayfits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ISLE 8 - Crayfits image

Designed to used with:

  • The harvardlts/fitsservlet_container container and docker-compose service
  • The Drupal 8 site

Based on:

Contains and includes:

Running

To run the container, you'll need to bind mount one thing:

  • A php.ini file with output buffering enabled at /usr/local/etc/php/php.ini

You'll also want to set one environment variable, which affects configuration of the microservice

  • FITS_WEBSERVICE_URI - URI pointing to your fitsservlet_container instance

docker run -d -p 8000:8000 -e FITS_WEBSERVICE_URI=http://localhost:8080/fits/examine -v /path/to/php.ini:/usr/local/etc/php/php.ini isle-crayfits

Testing

To test Crayfits, you can issue a curl command against it to verify its endpoint is working. For example, to run FITS on the Islandora logo:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published