Forked from tfanme/install-activerecord-sqlserver-adapter-under-centos.sh
Created
September 23, 2013 16:13
-
-
Save fytzzz/6672943 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
# Use /download as our temporary download directory | |
# Start download and install freetds | |
cd /download | |
# Offical Site: freetds.org | |
wget ftp://ftp.astron.com/pub/freetds/stable/freetds-stable.tgz | |
tar zxvf freetds-0.91 | |
cd freetds-0.91 | |
./configure | |
make | |
make install | |
# install tiny_tds | |
gem install tiny_tds | |
# install sqlserver adapter | |
gem install activerecord-sqlserver-adapter |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http://mirrors.ibiblio.org/freetds/stable/