Skip to content
jingidy edited this page Oct 31, 2012 · 4 revisions
  1. clone the git repo
  2. apt-get install these:
  • libyaml-ruby (needed for rubygems)
  • libzlib-ruby (needed for rubygems)
  • rubygems
  • ruby
  • sqlite3
  • libsqlite3-dev
  1. gem install these:
  • rails
  • bundler
  • rake
  • stylus
  1. Install nib plugin for stylus
  • curl https://npmjs.org/install.sh | sh
  • in rails' root folder, npm nib
  1. add export PATH=$PATH:/var/lib/gems/1.8/bin to ~/.bashrc, restart the terminal
  2. run ./hostit.sh from the root of the git tree
Clone this wiki locally