Skip to content

Instantly share code, notes, and snippets.

@dburger
Created June 24, 2009 16:06
Show Gist options
  • Save dburger/135354 to your computer and use it in GitHub Desktop.
Save dburger/135354 to your computer and use it in GitHub Desktop.
# 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