Installation on OSX

Hi,

Just got my first Mac. I’m trying to install rails on it, using the
instructions in the rails wiki:
Peak Obsession

I go to install mysql, and the version of mysql supported by
DarwinPorts appears to be 4.1.18. But all the sites appear to only
have 4.1.19 or 4.1.20. So it looks like DarwinPorts is over a month
out of date.

I went to look at Fink to see if it had mysql, and it does, but it
would appear to be the same problem.

Is my timing just unlucky? Or are there newer instruction updates
that haven’t been put into the wiki?

Thanks,
Brad

Try this for MySQL.
http://www.serverlogistics.com/mysql.php

On 6/9/06, Bradley M. [email protected] wrote:


Rails mailing list
[email protected]
http://lists.rubyonrails.org/mailman/listinfo/rails

Direct from the source:

http://dev.mysql.com/downloads/mysql/5.0.html

If you want to get up and running quickly, just install Locomotive and
MAMP. No building/compiling required.

Ken

Bradley M. wrote:

Just got my first Mac. I’m trying to install rails on it, using the

Congrats on the new Mac. Welcome to a world outside of the Redmond
giant where wonderful things become possible :slight_smile:

I’d install the actual MySQL binaries right from MySQL.com. They have
universal binaries available and the install is straight forward. I
know the Admin tool has a universal binary build, but I don’t think the
query browser does yet.

i suspect that portion of the wiki could use spot of updating. might
want to
check out one of these:

http://duncandavidson.com/essay/2006/04/portsandbox

http://www.nubyonrails.com/articles/2005/12/29/an-even-better-way-to-build-ruby-rails-lighttpd-and-mysql-on-tiger

Yeah, the Hivelogic step by step installation article is what got me
up and running - installed fine on two separate computers:

Hivelogic Hivelogic Hivelogic Hivelogic Hivelogic Hivelogic Hivelogic
Hivelogic Hivelogic Hivelogic Hivelogic Hivelogic
!!!

as you can tell, another vote for Hivelogic. follow the directions as
close as you can. everything is installed in usr/local so if any screwed
up thing happens, just delete it from there.

Jim Rhoades wrote:

Yeah, the Hivelogic step by step installation article is what got me
up and running - installed fine on two separate computers:

Dan Benjamin

unknown wrote:

i suspect that portion of the wiki could use spot of updating. might
want to
check out one of these:

+1 for the hivelogic article. step-by-step, installed in /usr/local,
works every time.

Alan