~marcoceppi/charms/precise/tracks/tests

4.1.1 by José Antonio Rey
Converted README to Markdown
1
# Overview
2
3
Tracks is a Ruby on Rails based web service that helps you to manage to do lists
4
and get things done (GTD). Tracks is based on David Allen's Get Things Done (TM)
5
methodology.
6
4.1.3 by José Antonio Rey
Fixed various bugs
7
Please note that this charm uses the brightbox/ruby-ng PPA in order to get a
8
newer version of Ruby.
9
4.1.1 by José Antonio Rey
Converted README to Markdown
10
# Usage
11
12
To deploy:
13
14
     juju bootstrap
15
     juju deploy tracks
16
     juju deploy mysql
17
     juju add-relation mysql tracks
18
     juju expose tracks
19
20
Then do a `juju status` to determine the IP of the service, and just open it in
21
your browser. On the initial screen you can create your user, then sign-in and
4.1.6 by José Antonio Rey
Fixed all errors, ready for review
22
begin using Tracks. It uses a built-in webserver, WEBrick.
23
24
## Configuration
25
26
This charm offers one configuration option, the port on which to run the web
5.1.1 by José Antonio Rey
Added support for ports lower than 1025
27
server, default is 80.
4.1.1 by José Antonio Rey
Converted README to Markdown
28
29
# Links
30
4.1.6 by José Antonio Rey
Fixed all errors, ready for review
31
- Homepage: <http://getontracks.org/>
32
- Code: <https://github.com/TracksApp/tracks>