Created
March 24, 2009 15:49
-
-
Save seanhussey/84167 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# From http://jasonseifer.com/2009/02/22/offline-gem-server-rdocs | |
gem install mislav-hanna sinatra | |
echo "rdoc: --inline-source --line-numbers --format=html --template=hanna" >> ~/.gemrc | |
sudo gem rdoc --all --no-ri | |
cd ~/Projects | |
git clone git://github.com/jseifer/sinatra-rubygems.git | |
# Then add to Passenger via URL above. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment