From fd29dc85be6693a19660e1783bc2fa69e80b89a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig=20Tore=20Aann=C3=B8?= Date: Mon, 29 Jun 2015 13:03:29 +0200 Subject: [PATCH] Updated Docker and Tracks 2.2.3 (markdown) --- ...acks 2.2.3.md => Tracks-2.3.0-on-Docker.md | 32 +++++++++---------- 1 file changed, 15 insertions(+), 17 deletions(-) rename Docker and Tracks 2.2.3.md => Tracks-2.3.0-on-Docker.md (50%) diff --git a/Docker and Tracks 2.2.3.md b/Tracks-2.3.0-on-Docker.md similarity index 50% rename from Docker and Tracks 2.2.3.md rename to Tracks-2.3.0-on-Docker.md index 67950e5..f98b974 100644 --- a/Docker and Tracks 2.2.3.md +++ b/Tracks-2.3.0-on-Docker.md @@ -1,33 +1,31 @@ -Tracks -====== +# Tracks v2.3.0 -Tracks is a web-based application to help you implement David Allen’s Getting Things Done™ methodology. It was built using Ruby on Rails. +Docker build resources for Get On Tracks GTD app + +### Prerequisites +Docker installed on the host machine + +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: - - Ubuntu 14.04 - - Tracks 2.2.3 - - Apache 2 (Passenger) - - Sqlite3 - - Dockerize (Utility to simplify running applications in docker containers) +* Tracks 2.3.0 (stable) +* Ubuntu 14.04 +* Tracks 2.2.3 +* 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. For production use it is highly recommended to update the `site.yml.template` within the build repo, rename it to `site.yml` then rebuild the container. -Example on how to run a "stable" Tracks container (currently v2.2.3): +Example on how to run the Tracks container: - docker run -d --name=tracks -p 80:80 staannoe/tracks:stable + docker run -d --name=tracks -p 80:80 staannoe/tracks -Example on how to run a "development" Tracks container (currently v2.3RC1): - - docker run -d --name=tracks -p 80:80 staannoe/tracks:devel - - - (This is the only command you need to issue to get Tracks running given you have Docker running on the machine) -

References:

https://github.com/staannoe/tracks