You need to be Payday Loans UK Why would you

Installation Redmine on FreeBSD

Perhaps you know redmine ported in FreeBSD and first of all I tried to install it: #cd /usr/ports/www/redmine ===> redmine-1.2.1_1 is marked as broken: Does not work with RubyGems 1.8. *** Error code 1 Stop in /usr/ports/www/redmine. Sure. You wouldn’t read this post if process had been done successfully Maintainer of this port marked this [...]

Installing Ruby on Rails on FreeBSD

I suppose apache, mysql-server alredy installed and working properly. if ruby hasn’t installed yet: # cd /usr/ports/lang/ruby18/ # make install clean install rails x.x.x: # cd /usr/ports/www/rubygem-rails # make install clean install mysql gem: # /usr/local/bin/gem install mysql install passenger: # cd /usr/ports/www/rubygem-passenger # make install clean in apache config(httpd.conf): # For ruby (passenger) LoadModule [...]