Created
June 24, 2009 16:06
-
-
Save dburger/135354 to your computer and use it in GitHub Desktop.
This file contains 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
# deployment | |
sudo gem install capistrano | |
# yeah rails | |
sudo gem install rails | |
# mongrel | |
sudo gem install mongrel | |
# xml processing in ruby | |
sudo gem install libxml-ruby | |
# database driver | |
sudo gem install mysql | |
# git helper | |
sudo gem install git_remote_branch | |
# odbc from ruby | |
sudo gem install dbi dbd-odbc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment