Skip to content

Commit c0b4d59

Browse files
authored
Update README.md
Added more details about AccountManager
1 parent 9a04cee commit c0b4d59

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
1-
# trac-docker
1+
# trac-ubuntu
22

33
[![](https://images.microbadger.com/badges/version/mastermindg/trac-ubuntu.svg)](https://hub.docker.com/r/mastermindg/trac-ubuntu/ "Get your own version badge on microbadger.com")
44
[![](https://images.microbadger.com/badges/image/mastermindg/trac-ubuntu.svg)](https://hub.docker.com/r/mastermindg/trac-ubuntu/)
55
[![Docker Hub](http://img.shields.io/docker/pulls/mastermindg/trac-ubuntu.svg)](https://hub.docker.com/r/mastermindg/trac-ubuntu/)
66

7-
This repo is used to host a bunldle to create a docker container (based on
8-
Ubuntu Trusty) running [Trac](http://trac.edgewall.org),
7+
This repo builds a Docker container (based on Ubuntu Trusty) running [Trac](http://trac.edgewall.org),
98
which is an enhanced wiki and issue tracking system for software development
109
projects. Trac uses a minimalistic approach to web-based software project
1110
management. It helps developers write great software while staying out of
1211
the way. Trac should impose as little as possible on a team's established
1312
development process and policies.
1413

15-
The Dockerfile comes with a number of environment variables that can be set at build time or at run time.
14+
This installation of Trac uses AccountManager with LoginModule to allow logging in via the Web UI versus logging in with basic HTTP authentication. Eventually extensions will be added to enable LDAP and other forms of authentication.
1615

1716
# How to get the image
1817

@@ -44,6 +43,8 @@ $ docker run -d -p 80:80 --name my_trac mastermindg/trac-ubuntu
4443
After several seconds, you can visit the web page at
4544
<http://localhost>
4645
46+
The Dockerfile comes with a number of environment variables that can be set at build time or at run time:
47+
4748
## Environment Variables Explanations
4849
4950
Most of below

0 commit comments

Comments
 (0)