mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-21 21:40:48 +02:00
Page:
Staannoe's Docker image
Pages
1and1
Apache tips
Cloudmailin integration
Contributors
Debian 6.0 minimal setup
Debian 8 installation FR
Development tips and tricks
Discussing new gui for tracks 3
Faster user interface and better tablet experience
GTD on Tracks
Heroku
How to contribute
Install Tracks 2.0 on Ubuntu 11.04 minimal setup
Install Tracks 2.0 on Ubuntu 11.04 with lighttpd
Install Tracks 2.1 on Ubuntu 12.04
Install Tracks 2.3.0 on Ubuntu 14.04 LTS on AWS with SSL support
Install Tracks 2.5 on Ubuntu 20.10
Install Tracks 2.5.1 on Ubuntu 20.04 LTS on AWS with SSL support
Installing Tracks 2.2.2 on CentOS 6.5 Minimal x86_64
Installing tracks from git on gentoo (ebuild)
Installing tracks on openshift and using mailgun to email todos to tracks
Keyboard shortcuts
MySQL tips
OpenShift
Staannoe's Docker image
Testing
Tips and tricks
Tools
Tracks hosting
Tracks on Heroku
Uberspace
Ubuntu bundler broken due to ruby thor dependency explanation and workaround
Update already installed Tracks on Ubuntu 21.04
Upgrade from 2.4.2 to 2.5.1 on AWS Ubuntu 18.04 LTS
Upgrading rails
log files locations
No results
0
Staannoe's Docker image
Jyri-Petteri Paloposki edited this page 2020-07-19 23:10:43 +03:00
Table of Contents
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:
- 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 the Tracks container:
docker run -d --name=tracks -p 80:80 staannoe/tracks