Created
January 19, 2010 13:58
-
-
Save jordanbyron/280942 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
HOMEBREW: | |
Resources: http://hughevans.net/2009/11/05/homebrew-ruby-odbc | |
http://gist.github.com/279686 | |
$ brew install unixodbc | |
$ brew install freetds | |
$ brew install ruby-odbc | |
Configure freetds.conf and odbc.ini | |
NOTE: freetds.conf can be found by running tsql -C | |
Other config files should be in HOMEBREW_PATH/Cellar | |
Follow instructions from the following guide for the rest of the setup: | |
http://wiki.github.com/rails-sqlserver/2000-2005-adapter/platform-installation-ubuntu-2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment