Trac

From SME Server
Revision as of 12:35, 12 November 2007 by Cactus (talk | contribs) (Removed redundant header)
Jump to navigationJump to search

Maintainer

Marco Hess

Description

Trac is a minimalistic approach to web-based management of software projects. Its goal is to simplify effective tracking and handling of software issues, enhancements and overall progress.

This version of Trac is even easier to use as it is integrated into an SME Server with the following features:

  • Simple setup through SME server-manager web panel
  • Trac projects can be separately enabled per domain
  • Used with and complementary to the SME Subversion Webpanel were Trac provides a browser with a colourised view of your subversion repository and its change sets.
  • Access configurable for Local Network Only or Entire Internet
  • Configurable list of users and/or user groups that are allowed to login.
  • Configurable entry point in the Subversion repository so you can setup multiple Trac Project environments pointing to different projects or modules within the same repository.
  • User authentication uses SME user names and passwords.
  • Many Trac configuration items automatically configured and updated by the SME server configuration.
  • Preset Trac permissions with anonymous users mostly having read only access and wiki create and write access only granted to authenticated users.
  • SME admin is also the Trac Administrator.
  • Trac WebAdmin interface accessible to the admin user for further configuration of components, versions, milestones and permissions.

Installation

This contrib can no longer be found in the SME Dev repository due to changes in the policy for this repository, but can be installed from [1].

Note also that this contrib requires the smeserver-subversion contrib. If you have not installed that previously, please follow the installation instructions for the smeserver-subversion contrib first.

Note: the trac rpm used with this contrib and available from the through-ip repository is a special patched version that enables the authenticated login and logout facility that integrates the trac users with the SME Server user accounts. The trac rpm available from the dag repository will not work properly.

To install this contrib get shell access as root user and issue the following commands:

The following command will configure the Through-IP repository on SME Server.

/sbin/e-smith/db yum_repositories set through-ip repository \
BaseURL http://through-ip.com/packages/smeserver/i386/ \
Name 'Through IP Pty. Ltd.' \
EnableGroups yes \
Visible yes \
GPGCheck no \
status disabled

After adding it to the database we have to update the changes to the configuration file:

signal-event yum-modify
yum --enablerepo=snetram --enablerepo=through-ip install smeserver-trac

Additional information

More information about Trac can be found on http://trac.edgewall.com.

More information on the SME Subversion Web Panel can be found in http://wiki.contribs.org/Subversion.

Bugs

Please raise bugs under the SME-Contribs section in bugzilla and select the smeserver-trac component or use this link .