Skip to content
Jim Northrup edited this page Mar 20, 2015 · 4 revisions
sudo chown -R $USER ~/.ssh
ssh-keygen -tdsa
cat ~/.ssh/id_dsa.pub 

(add to github)

mkdir work
cd work
git clone [email protected]:$GITHUBUSER/jdbc2json.git

google for ms-sql jdbc drivers. download tarfile

tar xf sqljdbc_4.1.5605.100_enu.tar.gz
cd  sqljdbc_4.1/enu
mvn install:install-file -Dfile=sqljdbc41.jar -DgroupId=com.microsoft.sqlserver -DartifactId=sqljdbc4 -Dversion=4.1 -Dpackaging=jar

cd
cd work/jdbc2json/

`

cd work/jdbc2json/
Clone this wiki locally