Linux Today: Linux News On Internet Time.
Search Linux Today
Linux News Sections:  Developer -  High Performance -  Infrastructure -  IT Management -  Security -  Storage -
Linux Today Navigation
LT Home
Contribute
Contribute
Link to Us
Linux Jobs

Partner Sites
JustLinux.com
Linux Planet
PHPBuilder
Technology Jobs

Top White Papers

More on LinuxToday


Getting Things Done with Tracks

May 27, 2009, 22:02 (0 Talkback[s])

[ Thanks to Bitcube for this link. ]

"Initial setup

download tracks from http://getontracks.org/

the release version was broken for me a few months ago, so we used the GIT repository (TODO)

git clone git://github.com/bsag/tracks.git
create database (mysql) and grant access
create database tracks;
grant all privileges on tracks to 'tracks'@'localhost' identified by 'magicpassword';
ideally these permissions should be substantially tightened edit config/database.yml:

production:
adapter: mysql
database: tracks
host: localhost
username: tracks password: magicpassword"

Complete Story

Related Stories: