Skip to content

Instantly share code, notes, and snippets.

@mani95lisa
Created July 19, 2014 12:12
Show Gist options
  • Save mani95lisa/8f77292da2a839f17fc4 to your computer and use it in GitHub Desktop.
Save mani95lisa/8f77292da2a839f17fc4 to your computer and use it in GitHub Desktop.
Ubuntu install solr
sudo apt-get -y install openjdk-7-jdk
mkdir /usr/java
ln -s /usr/lib/jvm/java-7-openjdk-amd64 /usr/java/default
sudo apt-get -y install solr-tomcat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment