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

update auto-install in Readme #30

Closed harsham05 closed 9 years ago

harsham05 commented 9 years ago

./start.sh script uses $OODT_HOME as ~/deploy

chrismattmann commented 9 years ago

Thanks @harsham05 !

chrismattmann commented 9 years ago

BTW were you able to ingest some images?

harsham05 commented 9 years ago

You're welcome Professor. But when trying to run ImageCat chunker (Step 14), I get the following error,

$OODT_HOME/bin/chunker ERROR: Option [longOption='url',shortOption='u',description='Workflow Manager URL'] requires args

chrismattmann commented 9 years ago

you didn't source your envs or you don't have WORKFLOW_URL defined. Please confirm. @harsham05