Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Configuring Ruby On Rails 3 in FreeBsd

Hi am a Ruby on rails developer. I have done a project in ROR and currently its hosted in Ubuntu.Now the requires it to be changed to FreeBSD. As am entirely fresh to FreeBSD i would like to know more about how can configure or install it.

Any Reference Links ?

like image 908
SHANib Avatar asked Nov 13 '22 09:11

SHANib


1 Answers

The simple answer to this question is:

  1. Make sure you have the ports collection installed. See the handbook for details if you don't.
  2. cd /usr/ports/www/rubygem-rails
  3. sudo make install

If you have problems from there, ask specific questions.

like image 114
janm Avatar answered Dec 15 '22 01:12

janm