Last active
March 18, 2016 01:05
-
-
Save yuchsiao/f44c84fb13191b300e5b to your computer and use it in GitHub Desktop.
Ubuntu 14.04 initialization
This file contains hidden or 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 install wget -y | |
apt-get install software-properties-common -y | |
# Install open-jdk | |
sudo add-apt-repository ppa:openjdk-r/ppa | |
sudo apt-get update | |
sudo apt-get install openjdk-8-jdk -y | |
java -version | |
which java | |
which javac | |
# Download solr | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment