View FreeBSD
FreeBSD (6.x) installation with sqlite3
My FreeBSD installation in quite old, and have a lot of old cruft installed. I might have had a requirement for Tracks allready installed without know it it. But the only Ruby program I can think of on my computer is portinstall, so these ports should be enough.
host# portinstall -r rubygem-rails
host# portinstall -r rubygem-redcloth
host# portinstall -r databases/ruby-sqlite3
host# portinstall -r rubygem-sqlite3
From here, you just follow the instructions in installation.html.
Now, Get Things Done!