Ruby, Rails & MySQL parity between Mac Client (10.6) & XServe (10.5)

Posted by Meltemi on Server Fault See other posts from Server Fault or by Meltemi
Published on 2010-05-30T04:40:49Z Indexed on 2010/05/30 4:42 UTC
Read the original article Hit count: 401

We're setting up a RoR setup with Development on Mac OS X Client (10.6.3) and then using a Mac OS X Server (10.5.8) for testing and eventually deployment.

I'd like to get as many systems in sync on these machines as possible. Wondering if there are any pitfalls. I seem to understand what's necessary under Client but Server has some hardwired stuff that I want to make sure doesn't break...or is updated correctly.

Currently installed on both machines we have:

OS X Client (10.6.3):

  • Ruby 1.8.7
  • Rails 2.3.5
  • MySQL (not installed yet)

OS X Server (10.5.8):

  • Ruby 1.8.6
  • Rails 2.3.5
  • MySQL Ver 14.12 Distrib 5.0.82

Any suggestions...Ideally from someone who's done this on Leopard Server as well but I'll listen to general tips & proceedures

© Server Fault or respective owner

Related posts about mysql

Related posts about macosx