Created
February 10, 2009 19:53
-
-
Save maiha/61556 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
# 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