Last active
August 26, 2016 03:57
-
-
Save wilhelmpaulm/9f2efff8558f048e690219817871bf9b 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 apt-get install gcc g++ htop git zsh curl wget openjdk-8-jdk openjdk-8-jre postgresql postgresql-contrib libpq-dev nginx -y; | |
| wget -q -O - https://pkg.jenkins.io/debian/jenkins-ci.org.key | sudo apt-key add -; sudo sh -c 'echo deb http://pkg.jenkins.io/debian-stable binary/ > /etc /apt/sources.list.d/jenkins.list'; sudo apt-get install jenkins; sudo apt-get install libgdbm-dev libncurses5-dev automake libtool bison libffi-dev; | |
| apt-get install ruby openssl; | |
| gem install rails minitest sinatra minitest-junit rake bundle bundler; | |
| sudo apt-get install build-essential patch; | |
| sudo apt-get install ruby-dev zlib1g-dev liblzma-dev; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment