~marcoceppi/charms/precise/tracks/tests

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# 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>