Sign inSign up

rickybay/trac

By rickybay

Updated almost 6 years ago

trac project management with plugins and full svn/git web interface

Image
0

121

rickybay/trac repository overview

trac project management container with plugins already enabled below.

Key Features:

  • Wiki
  • Ticket Management
  • Git Web Interface
  • SVN Web interface
  • User Management
  • Milestone Management

Plugins included:

  • trac-navadd
  • trac-diavisview
  • trac-accountmanager
  • trac-jsgantt trac-roadmap
  • trac-privatewiki
  • trac-spamfilter
  • trac-announcer

To run it.

Data dir must be set for persistence using -v. A file named firstrun.txt must be present in data dir in order to initialized the container.

Example:

mkdir ~/trac

touch ~/trac/firstrun.txt

docker pull rickybay/trac

docker run -d --name trac -p ip:port:3050 -v ~/trac:/var/lib/trac rickybay/trac

Then setup admin user by going to http://ip:port and then click 'Login' on the right side to run the setup wizard.

It is recommended to run a reverse proxy server like nginx in production environment and secure it with TLS.

Trac application URL https://trac.edgewall.org/

Tag summary

Content type

Image

Digest

Size

228.5 MB

Last updated

almost 6 years ago

docker pull rickybay/trac