Ok guys and gals, how do I go about putting rails on freebsd? I''m fairly resourceful, point me to some doc :) Thanks in advance!! Twitch
Install Ruby Install gems do a ''gem install rails'' Then do a rails installation by ''rails <dir_to_put_rails_installation> On Sun, 6 Feb 2005 23:35:13 -0600 (CST), James G. Stallings II <twitch-kuaf+BvAnvdypLqBFPtG/w@public.gmane.org> wrote:> Ok guys and gals, how do I go about putting rails on freebsd? > > I''m fairly resourceful, point me to some doc :) > > Thanks in advance!! > > Twitch > > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >
On 06 Feb 2005, at 21:35, James G. Stallings II wrote:> Ok guys and gals, how do I go about putting rails on freebsd?Should be something like: Edit your /etc/make.conf and add the line ''RUBY_VER=1.8'' Install a bunch of stuff: cd /usr/ports/devel/ruby-gems sudo make install clean cd /usr/ports/www/ruby-fcgi sudo make install clean cd /usr/ports/databases/ruby-${database_of_your_choice} sudo make install clean yes | sudo gem install rails Then configure Apache for FastCGI to point at your Rails app. -- Eric Hodel - drbrain-48TerJ1FxhPk1uMJSBkQmQ@public.gmane.org - http://segment7.net FEC2 57F1 D465 EB15 5D6E 7C11 332A 551C 796C 9F04 _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails