Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rgm committed May 25, 2012
0 parents commit f75c1c2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
@@ -0,0 +1,16 @@
Get Vectorworks talking to MySQL on a Mac.

Starting out:

# get this repo
$ git clone git@github.com:rgm/vectorworks-mysql.git

# install mysql and its odbc connector
$ brew install mysql --universal
$ brew install mysql-connector-odbc --universal

# create sample database and set it up as an ODBC datasource
$ script/bootstrap

# hit menu Tools > Database > Manage Databases... in Vectorworks

0 comments on commit f75c1c2

Please sign in to comment.