Created
November 12, 2014 10:26
-
-
Save josefglatz/472d382c48b7a43a467c to your computer and use it in GitHub Desktop.
Dirty install procedure: Precompiled Apache Tika App on Debian (just a reminder)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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