Sign inSign up

eyecreate/tracks

By eyecreate

Updated about 11 years ago

Image
0

1.2K

eyecreate/tracks repository overview

Tracks

Docker build resources for Get On Tracks GTD app

Tracks

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:

  • Tracks 2.3.0 (stable)
  • Ubuntu 14.04
  • Apache 2 (Passenger)
  • Sqlite3
  • Dockerize (Utility to simplify running applications in docker containers)

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/

Tag summary

Content type

Image

Digest

sha256:dd23cfaf8

Size

-

Last updated

about 11 years ago

docker pull eyecreate/tracks