Last active
December 11, 2015 16:58
-
-
Save daxxog/4631150 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
#!/bin/bash | |
#curl https://gist.github.com/raw/4631150/install-exapark.sh | sh | |
#install java | |
sudo apt-get update | |
sudo apt-get install openjdk-7-jre-headless openjdk-7-jdk -y | |
#make a dev directory and switch to it | |
cd ~ | |
mkdir dev | |
cd dev | |
#download exapark | |
wget http://exapark.com/EDS/v1_2/Exapark_EDS_v1_2.linux.tar.gz | |
tar -zxvf Exapark* | |
#install exapark | |
sudo chmod 777 install.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment