Skip to content

Instantly share code, notes, and snippets.

@cluePrints
cluePrints / rails-install-ubuntu.sh
Created February 28, 2012 20:29 — forked from vesan/rails-install-ubuntu.sh
Rails Girls Install Scripts for OS X and Ubuntu
echo "Updates packages. Asks for your password."
sudo apt-get update -y
echo "Installs packages. Give your password when asked."
sudo apt-get install build-essential bison openssl libreadline6 libreadline6-dev curl git-core zlib1g zlib1g-dev libssl-dev libyaml-dev libsqlite3-0 libsqlite3-dev sqlite3 libxml2-dev libxslt-dev autoconf libc6-dev -y
echo "Installs ImageMagick for image processing"
sudo apt-get install imagemagick --fix-missing -y
echo "Installs RVM (Ruby Version Manager) for handling Ruby installation"
@cluePrints
cluePrints / about.md
Created August 12, 2011 11:01 — forked from jasonrudolph/about.md
Programming Achievements: How to Level Up as a Developer