I’ve newly bought a Mac and am new to it. I want to install Ruby on
Rails on it (Ruby, Rails, SVN, Apache, MySQL, …) but I’m not sure
which way is the best.
Should I go for Fink? OpenDarwin? Or just install them directly on mac.
What about something in Fink, something in OpenDarwin and something
directly?
I’m a bit confused, may you please give me a clue on how to prepare my
mac for coding?
I’ve newly bought a Mac and am new to it. I want to install Ruby on
Rails on it (Ruby, Rails, SVN, Apache, MySQL, …) but I’m not sure
which way is the best.
Should I go for Fink? OpenDarwin? Or just install them directly on mac.
Try this one:
lasts a little, but works like a charm.
If you just want to try out rails, use Locomotive.
Using opendarwin (now macports) here, and it’s working great.
I’m new to macs and never tried fink, but afaik port is the the
standard package manager on freebsd, thus probably not a bad choice.
It has subversion, apache 2.2.2, ruby, rubygems, postgres and anything
else i’ve needed.
which is as easily installed as any other OSX app and also doesnt change
your system in any way (not that permanently installing ruby would be a
bad thing ^^)
Now you only need Mysql, get the OSX package from mysql.com
The only real downside with this is, imo, that you dont nearly learn as
much as when you install RoR manually.
bye
Daniel
(whose apostrophe key just stopped working, sorry for that…)
lasts a little, but works like a charm.
If you just want to try out rails, use Locomotive.
Beate
I can totally agree with Beate. That article helped a lot when i started
with RoR.
Tino
I just followed the article for a second time (got a new MBP!). Two
small tips. Consider using MySQL version 5. Also, you need to use
update the PATH twice. Consider doing it just once by following the
instructions at the end. If you update it twice, you will need to issue
the command to update the path in your active terminal session twice.
I’ve newly bought a Mac and am new to it. I want to install Ruby on
Rails on it (Ruby, Rails, SVN, Apache, MySQL, …) but I’m not sure
which way is the best.
[…]
james also offers some commentary on installing via package management
vs. by-hand.
the topic in general has been discussed a gazallion times on the (old)
list before, it might be wise to search the archives and see what you
can scare up.
I got my answer, but I like to know is it possible to have for example
Ruby installed directly, MySQL from OpenDarwin and Apache from Fink?
Can they work together seamlessly? Or if I chose one, I should go only
with that?
Just pick one and go with it, I see no reason why you would need to use
all
3. In fact you lose the whole advantage of letting a package-mgmt
system
run dependencie management for you when you start picking and choosing
like
that.
I got my answer, but I like to know is it possible to have for example
Ruby installed directly, MySQL from OpenDarwin and Apache from Fink?
Can they work together seamlessly? Or if I chose one, I should go only
with that?
Thanks,
Dunnil
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.