Created
May 12, 2017 03:50
-
-
Save songpon/78e76a4af95c7324ea060c550de7ef73 to your computer and use it in GitHub Desktop.
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
sudo add-apt-repository -y ppa:webupd8team/java && sudo apt-get update | |
sudo apt-get install oracle-java8-installer -y | |
sudo apt install oracle-java8-set-default unzip -y | |
cd /opt | |
wget https://jaist.dl.sourceforge.net/project/pentaho/Business%20Intelligence%20Server/7.0/pentaho-server-ce-7.0.0.0-25.zip | |
unzip pentaho-server-ce-7.0.0.0-25.zip |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment