Edgewall Software

Version 43 (modified by admin@…, 13 years ago) ( diff )

Installing Trac on FreeBSD

Trac is in the FreeBSD ports collection, www/trac.

At the time of writing the version available is predominately 0.10.4.1. (You can check the version available for your architecture by looking at the portsmon page for www/trac.)

For more information:

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 other user your web server/tracd uses

You can also do:

$ pkg_add -r trac

At time of writing this (2008/02/03), the above line seems to install trac-0.10.4_1

Update: as of 2009/05/21 the port installs 0.11.4
Update: as of 2010/02/01, FreeBSD8.0-RELEASE, the port install 0.11.6
Update: as of 2011/01/14, FreeBSD8.1-RELEASE, the port installs 0.12.1

Trac installs into the directory /usr/local/share/trac/

Note: See TracWiki for help on using the wiki.