Skip to content

Instantly share code, notes, and snippets.

@maiha
Created February 10, 2009 19:53
Show Gist options
  • Save maiha/61556 to your computer and use it in GitHub Desktop.
Save maiha/61556 to your computer and use it in GitHub Desktop.
# first install dependent gems
gem1.9 install echoe cgi_multipart_eof_fix -V
# manually install mongrel from github
git clone git://github.com/mongrel/mongrel.git
cd mongrel
vi Rakefile # comment out fastthread dependency
rake package
# install mongrel gem from file
cd pkg
gem1.9 install mongrel --local -V
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment