Skip to content

Instantly share code, notes, and snippets.

View griffithac's full-sized avatar

Andrew Griffith griffithac

View GitHub Profile
@griffithac
griffithac / setup.md
Last active October 13, 2015 18:18 — forked from georgeredinger/setup.md
Ruby on Rails development setup on Ubuntu 12.04 (gedit, git, rbenv)

Ruby on Rails production setup on Ubuntu 12.04

System update

# change mirror to ubuntu.osuosl.org first
sudo apt-get update

Install common libraries

sudo apt-get install build-essential libreadline-dev libssl-dev zlib1g-dev libxml2-dev libxslt-dev