Created
July 19, 2014 12:12
-
-
Save mani95lisa/8f77292da2a839f17fc4 to your computer and use it in GitHub Desktop.
Ubuntu install solr
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
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