public
Description: time tracker: think private 'twitter' that counts the duration of status messages.
Homepage:
Clone URL: git://github.com/entp/xtt.git
xtt /
name age message
file .gitignore Thu Apr 23 16:08:40 -0700 2009 Move away from BJ and reimplement as DJ [courtenay]
file .gitmodules Wed Jan 09 12:55:38 -0800 2008 anon access for one of the submodules that was ssh [Matt Lyon]
file Capfile Sun Jan 06 20:44:48 -0800 2008 capfile! [courtenay]
file LICENSE Sun Dec 21 13:26:38 -0800 2008 Add licenses [courtenay]
file README Tue Mar 03 13:23:29 -0800 2009 readme update [Aeon]
file README.markdown Tue Mar 03 13:23:29 -0800 2009 readme update [Aeon]
file Rakefile Fri Jan 04 15:01:10 -0800 2008 initial commit [technoweenie]
file agpl.txt Sun Dec 21 13:26:38 -0800 2008 Add licenses [courtenay]
directory app/ Thu Nov 05 17:13:13 -0800 2009 Merge branch 'master' of git@entp.com:tt [courtenay]
directory config/ Thu Nov 05 16:59:31 -0800 2009 Upgrade to latest rail! [courtenay]
directory db/ Thu Nov 05 16:26:57 -0800 2009 Merge branch 'production', minor fix on graphs ... [courtenay]
directory lib/ Thu Nov 05 17:00:52 -0800 2009 Upgrade xtt timer so it shows elapsed time [courtenay]
directory log/ Thu Feb 21 12:28:16 -0800 2008 log should be there [technoweenie]
directory public/ Fri May 15 13:37:04 -0700 2009 Add project counts and context view for iphone [courtenay]
directory script/ Fri May 15 00:55:04 -0700 2009 Upgrade scripts for latest spec [courtenay]
directory spec/ Fri Jun 12 10:10:27 -0700 2009 fix Membership.create! spec [technoweenie]
directory vendor/ Thu Jun 11 10:48:35 -0700 2009 Merge branch 'entp_master' Conflicts: db/sche... [courtenay]
README.markdown

Getting Started

  1. Using sqlite doesn't work due to the code using mysql-specific timezone conversion functions. So make sure you use mysql in database.yml
  2. create the log directory and make it world-writable
  3. Populate the database with rake db:schema:load
  4. Add a user at http://localhost:3000/signup
  5. If you don't get a confirmation email (which you likely won't since you don't have the mail sending configured), check log/development.log for a copy of the confirmation email that would have been sent to you, copy and paste the activation url from it into the browser toolbar (should look like the following: http://tt.entp.com/activate/db61f839776898cedee72fcb9f87465d797e2e93 - of course, replace tt.entp.com with your dev server address.