Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ghudiczius/docker-web-trac

Simple docker image for Trac, an enhanced wiki and issue tracking system for software development projects
https://github.com/ghudiczius/docker-web-trac

docker issue-tracker trac wiki

Last synced: 5 days ago
JSON representation

Simple docker image for Trac, an enhanced wiki and issue tracking system for software development projects

Awesome Lists containing this project

README

        

# Trac

Simple docker image for Trac with MySQL and PostgreSQL support and TracAccountManager installed, built on the official python2.7 image.

## Usage

```sh
docker run --rm ghudiczius/trac: \
-p 8000:8000 \
-v path/to/data:/data
```

or

```sh
docker run --rm registry.gitlab.jmk.hu/web/trac: \
-p 8000:8000 \
-v path/to/data:/data
```