Last active
August 29, 2015 14:10
-
-
Save stephanetimmermans/0a2a32f49ae800973886 to your computer and use it in GitHub Desktop.
Revisions
-
stephanetimmermans revised this gist
Dec 6, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ #chrome wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list' #java sudo add-apt-repository ppa:webupd8team/java #maven3 -
stephanetimmermans revised this gist
Dec 6, 2014 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -30,6 +30,9 @@ wget https://services.gradle.org/distributions/gradle-2.2.1-all.zip unzip gradle*.zip rm gradle*.zip wget http://apache.cu.be/tomcat/tomcat-8/v8.0.15/bin/apache-tomcat-8.0.15.tar.gz untar tomcat*.tar.gz rm tomcat*.tar.gz exec /opt/idea*/bin/idea.sh -
stephanetimmermans revised this gist
Dec 6, 2014 . No changes.There are no files selected for viewing
-
stephanetimmermans revised this gist
Dec 6, 2014 . 1 changed file with 7 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -26,4 +26,11 @@ cd /opt wget http://download.jetbrains.com/idea/ideaIU-14.0.1.tar.gz tar -xvzf idea*.tar.gz rm idea*.tar.gz wget https://services.gradle.org/distributions/gradle-2.2.1-all.zip unzip gradle*.zip rm gradle*.zip exec /opt/idea*/bin/idea.sh -
stephanetimmermans revised this gist
Dec 6, 2014 . 1 changed file with 9 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -11,11 +11,19 @@ echo 'deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen' | #nodejs curl -sL https://deb.nodesource.com/setup | sudo bash - sudo apt-get update sudo apt-get install maven3 sudo apt-get install google-chrome-stable sudo apt-get install oracle-java8-installer sudo apt-get install -y mongodb-org sudo apt-get install -y nodejs sudo npm install -g bower sudo npm install -g grunt-cli sudo chown -R stephou:stephou /opt/ cd /opt wget http://download.jetbrains.com/idea/ideaIU-14.0.1.tar.gz tar -xvzf idea*.tar.gz rm idea*.tar.gz exec /opt/idea*/bin/idea.sh -
stephanetimmermans created this gist
Dec 6, 2014 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,21 @@ #chrome wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list' #java sudo add-apt-repository ppa:webupd8team/java #maven3 sudo add-apt-repository "deb http://ppa.launchpad.net/natecarlson/maven3/ubuntu precise main" #mongodb sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 7F0CEB10 echo 'deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen' | sudo tee /etc/apt/sources.list.d/mongodb.list #nodejs curl -sL https://deb.nodesource.com/setup | sudo bash - sudo apt-get update sudo apt-get install maven3 sudo apt-get install google-chrome-stable sudo apt-get install oracle-java8-installer sudo apt-get install -y mongodb-org sudo apt-get install -y nodejs