tracks #0
Description
Installs and configures Tracks. Tracks is a Ruby on Rails based web service that helps you manage your to do lists and get things done.
This setup uses a mysql instance and the built-in webserver.
- Tags:
- applications ›
Overview
Tracks is a Ruby on Rails based web service that helps you to manage to do lists and get things done (GTD). Tracks is based on David Allen's Get Things Done (TM) methodology.
Please note that this charm uses the brightbox/ruby-ng PPA in order to get a newer version of Ruby.
Usage
To deploy:
juju bootstrap
juju deploy tracks
juju deploy mysql
juju add-relation mysql tracks
juju expose tracks
Then do a juju status
to determine the IP of the service, and just open it in
your browser. On the initial screen you can create your user, then sign-in and
begin using Tracks. It uses a built-in webserver, WEBrick.
Configuration
This charm offers one configuration option, the port on which to run the web server, default is 80.
Links
- Homepage: http://getontracks.org/
- Code: https://github.com/TracksApp/tracks
Configuration
- port
- (int) The port number for the tracks webserver
- 80