= Installing Trac on FreeBSD = Trac is in the FreeBSD ports collection under the name `www/trac`. At the time of writing the version available is predominately 1.0.1. (You can check the version available for your architecture by looking at the portsmon page for `www/trac`.) For more information: * http://www.freebsd.org/ports/ * http://www.freebsd.org/cgi/cvsweb.cgi/ports/www/trac/ * http://portsmon.freebsd.org/portoverview.py?category=www&portname=trac&wildcard= '''Tip''': If you don't want the version of Trac available in the ports tree, install the port anyway to have the proper dependencies automatically installed. Uninstall the port, leaving the Trac dependencies installed, and then install your chosen version of Trac. '''Tip 2''': after installing from ports you should change Trac's environment owner to `www:www` or the user your web server/tracd uses. You can also do: {{{ $ pkg_add -r trac }}} Update: as of 2009/05/21 the port installs 0.11.4[[BR]] Update: as of 2010/02/01, FreeBSD8.0-RELEASE, the port install 0.11.6[[BR]] Update: as of 2011/01/14, FreeBSD8.1-RELEASE, the port installs 0.12.1[[BR]] Update: as of 2012/06/11, FreeBSD9.0-STABLE, the port installs 0.12.3[[BR]] Update: as of 2013/07/27, FreeBSD9.1-RELEASE, the port installs 1.0.1[[BR]] Trac installs into the directory `/usr/local/share/trac/`.