Skip to content

Instantly share code, notes, and snippets.

@cjjavellana
Last active January 30, 2016 21:35
Show Gist options
  • Save cjjavellana/bfc3559d3aefa7e753af to your computer and use it in GitHub Desktop.
Save cjjavellana/bfc3559d3aefa7e753af to your computer and use it in GitHub Desktop.
Installing Jdk 8 & GitBucket
# To Install Oracle JDK 1.8
# cd /opt/
# wget --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie" "http://download.oracle.com/otn-pub/java/jdk/8u72-b15/jdk-8u72-linux-x64.tar.gz"
# tar xzf jdk-8u72-linux-x64.tar.gz
# To Install GitBucket
# wget https://github.com/gitbucket/gitbucket/releases/download/3.11/gitbucket.war
# Start Gitbucket
# java -jar gitbucket.war
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment