chrismattmann / imagecat

ImageCat is an Apache OODT RADIX application that uses Apache Solr, Apache Tika and Apache OODT to ingest 10s of millions of files (images,but could be extended to other files) in place, and to extract metadata and OCR information from those files/images using Tika and Tesseract OCR.
94 stars 40 forks source link

Add optional SimpleHTTPServer to docker run #38

Closed danlamanna closed 8 years ago

danlamanna commented 8 years ago

This PR allows the end user to add the following flag to their docker run command:

-e IMAGECAT_IMAGE_PATH=/images

where /images is the mounted volume for images on the container. This just runs a SimpleHTTPServer in that directory so ImageSpace can have the http url it requires to display images from ImageCat.

aashish24 commented 8 years ago

+1 @danlamanna it builds fine on my system. As soon as I run it, I can give it a +1

chrismattmann commented 8 years ago

Looks good to me thanks @danlamanna