views:

288

answers:

3

I "inherited" a PowerBook and want a place to host some of my pet Rails apps.

What's the best step-by-step guide (or guides) to set this up? Feel free to write your own here, if you like, or write the steps with references.

+1  A: 

Apple has a step-by-step for using Rails on their website:

http://developer.apple.com/tools/developonrailsleopard.html

Rails comes pre-installed on Leopard (if you're using that), but if you follow the instructions it will work on Tiger as well.

Jason Coco
+1  A: 

Not a guide, but I suggest installing Mac OS X, either Tiger (10.4) or Leopard (10.5). Both come with the Apache web server pre-installed. All you have to do is enable access to it through the sharing preferences pane.

To get you started, look here for a list of short videos on how to turn your Mac into a server (web, mail, ftp, vnc etc).

Traveling Tech Guy
i think tiger requires/assumes less memory, tho i haven't tested rigorously. My leopard PB w/2G grinds the Hard drive all the time
Gene T
+1  A: 

are you using 10.5 (Leopard)? if so, you already have rails, apache, mysql, etc. here's a guide for getting started (includes updating rails to the latest version)

here's a guide for 10.4 (Tiger), although some of the versions are outdated, but the info is still useful.

Owen