Skip to content

Simple docker container for JTrac 2.1.0

License

Apache-2.0, Apache-2.0 licenses found

Licenses found

Apache-2.0
LICENSE
Apache-2.0
license.txt
Notifications You must be signed in to change notification settings

stiofanmacthomais/jtrac-docker

JTrac 2.1.0

JTrac is a really cool and useful opensource issue tracking system created by Peter Thomas. It's fully self-contained, featuring it's own web server (Jetty) and database (HSQLDB). It's highly configurable and the software comes with great notes at /doc/html/index.html

The code here is simply intended to allow it to be run with Docker and/or Docker Compose. To get going,

git clone https://github.com/nonsequitir/jtrac-docker.git
docker-compose build
docker-compose up -d

Then, from a web brower, navigate to https://localhost:8000/jtrac. The default username/password is admin/admin. This container will create a presistent store in the data directory in your local docker folder.

The documentation contains all the information you need to make development changes, or to change the backend database to something more scalable (if needed).

Have fun!

About

Simple docker container for JTrac 2.1.0

Resources

License

Apache-2.0, Apache-2.0 licenses found

Licenses found

Apache-2.0
LICENSE
Apache-2.0
license.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published