Skip to content

Instantly share code, notes, and snippets.

@inem
Forked from joho/snow-leopard-upgrade
Created August 29, 2009 02:34
Show Gist options
  • Save inem/177367 to your computer and use it in GitHub Desktop.
Save inem/177367 to your computer and use it in GitHub Desktop.
reinstall mysql - 64bit 10.5 build
- then reload the db
remove old macports dir - http://trac.macports.org/wiki/FAQ#uninstall
- and replace with new one built from source - http://forums.macrumors.com/showthread.php?t=720035
install ruby 1.8.6 - used rvm http://rvm.beginrescueend.com/
killed my old ~/.gem folder as they weren't working
- install the mysql gem - this was a pain
installed required gems by rake gems:install (do it for RAILS_ENV=test as well)
gem install webrat (for some reason rake gems didn't get it)
installed snow leopard compatibility bundle for textmate - http://ticket.macromates.com/show?ticket_id=0FDE7076
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment