Last active
January 30, 2016 21:35
-
-
Save cjjavellana/bfc3559d3aefa7e753af to your computer and use it in GitHub Desktop.
Installing Jdk 8 & GitBucket
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
# 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