On 3/4/07, [email protected] [email protected] wrote:
Hello everyone. I want to use my server to test my Rails scripts. My
server is running with FreeBDS, so my question is what I have to do to
install Ruby on Rails on FreeBDS?Thanks in advance. Maybe that is
stupid question, but I am newbie
Assuming you mean FreeBSD, use the ports tree (or pkg_add) to install
your dependencies
(database, web server, etc), ruby, rubygems, then gem install rails as
usual.
J.