A quick howto install typo 2.6.0 on a blank FreeBSD installation. It is quite easy with Rails 1.0 and typo 2.6.0 in the ports.
Install
# cd /usr/ports/www/typo
# make install clean
Choose your database
# cd /usr/ports/databases/ruby-{mysql | sqlite | postgres }
# make install clean
Configure
# cd /usr/local/www/typo-2.6.0
# vim config/database.yml
Now start your database and create the database with the included schema in db/schema.{mysql | sqlite | psql }.sql
Run
# ruby script/server
