Skip to content

Instantly share code, notes, and snippets.

@gabrielgrant
Created June 25, 2012 04:21
Show Gist options
  • Save gabrielgrant/2986503 to your computer and use it in GitHub Desktop.
Save gabrielgrant/2986503 to your computer and use it in GitHub Desktop.
Install dependencies to preview Ember.js docs (Ubuntu 11.04)
sudo apt-get install ruby1.9.1 ruby1.9.1-dev
gem1.9.1 install --user rake
gem1.9.1 install --user bundler
# nokogiri requirements
# see http://nokogiri.org/tutorials/installing_nokogiri.html
sudo apt-get install libxslt-dev libxml2-dev
~/.gem/ruby/1.9.1/bin/bundle install --path ~/.gem/ruby/1.9.1
# run docs preview
~/.gem/ruby/1.9.1/bin/rake docs:preview
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment