Skip to content

Instantly share code, notes, and snippets.

@wilhelmpaulm
Last active August 26, 2016 03:57
Show Gist options
  • Select an option

  • Save wilhelmpaulm/9f2efff8558f048e690219817871bf9b to your computer and use it in GitHub Desktop.

Select an option

Save wilhelmpaulm/9f2efff8558f048e690219817871bf9b to your computer and use it in GitHub Desktop.
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