Docker build resources for Get On Tracks GTD app
Tracks is a web-based application to help you implement David Allens Getting Things Done™ methodology. It was built using Ruby on Rails.
This is the easy way getting up and running with Tracks, which is one of the greatest software implementations of the GTD™ methodology.
This builds main parts are:
It utilizes mostly native Ubuntu 14.04 packages, thus rebuilding it will provide the latest updates.
Setting these docker environment variables will allow you to substitute you custom values into the templates at runtime:
TRACKS_TOKEN
TRACKS_DB
Example on how to run the Tracks container:
docker run -d --name=tracks -e TRACKS_TOKEN=asdskldmwslkdafniowfno232233 -p 80:80 eyecreate/tracks
References: http://www.getontracks.org/
Content type
Image
Digest
sha256:dd23cfaf8…
Size
-
Last updated
about 11 years ago
docker pull eyecreate/tracks