Skip to content

Instantly share code, notes, and snippets.

@jeffrydegrande
Created February 22, 2013 00:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeffrydegrande/5009813 to your computer and use it in GitHub Desktop.
Save jeffrydegrande/5009813 to your computer and use it in GitHub Desktop.
#!/bin/bash
export DEBIAN_FRONTEND=noninteractive
wget -q -O - http://apt.hellobits.com/hellobits.key | apt-key add -
echo "deb http://apt.hellobits.com/ precise main" > /etc/apt/sources.list.d/hellobits.list
apt-get update
apt-get install -y build-essential \
git \
memcached \
postgresql \
libpq-dev \
redis-server \
nodejs \
ruby-stable
gem install bundler foreman heroku
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment