Skip to content

Instantly share code, notes, and snippets.

@yuchsiao
Last active March 18, 2016 01:05
Show Gist options
  • Save yuchsiao/f44c84fb13191b300e5b to your computer and use it in GitHub Desktop.
Save yuchsiao/f44c84fb13191b300e5b to your computer and use it in GitHub Desktop.
Ubuntu 14.04 initialization
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