trac project management with plugins and full svn/git web interface
121
trac project management container with plugins already enabled below.
Key Features:
Plugins included:
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/
Content type
Image
Digest
Size
228.5 MB
Last updated
almost 6 years ago
docker pull rickybay/trac