Skip to content

Instantly share code, notes, and snippets.

@josefglatz
Created November 12, 2014 10:26
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save josefglatz/472d382c48b7a43a467c to your computer and use it in GitHub Desktop.
Save josefglatz/472d382c48b7a43a467c to your computer and use it in GitHub Desktop.
Dirty install procedure: Precompiled Apache Tika App on Debian (just a reminder)
apt-get update && apt-get install openjdk-7-jdk
mkdir -p /opt/solr-tomcat/tika/
cd /opt/solr-tomcat/tika/
rm ./tika*
wget http://archive.apache.org/dist/tika/tika-app-1.2.jar
chmod +x tika-app-1.2.jar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment