caffo / xtt forked from entp/xtt

time tracker: think private 'twitter' that counts the duration of status messages.

This URL has Read+Write access

xtt /
name age message
file .gems Mon Sep 21 15:39:07 -0700 2009 added heroku gem manifest [caffo]
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 Dec 21 13:22:49 -0800 2008 Initial import from ENTP repo. Hopefully no pas... [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 Sun Dec 21 13:22:49 -0800 2008 Initial import from ENTP repo. Hopefully no pas... [courtenay]
file agpl.txt Sun Dec 21 13:26:38 -0800 2008 Add licenses [courtenay]
directory app/ Mon Sep 21 16:38:56 -0700 2009 JS cache removed to ensure heroku compatibility [caffo]
directory config/ Mon Sep 21 16:48:31 -0700 2009 rails version set removed [caffo]
directory db/ Thu Jun 11 10:48:35 -0700 2009 Merge branch 'entp_master' Conflicts: db/sche... [courtenay]
directory lib/ Fri May 22 18:49:27 -0700 2009 Complete upgrade of AASM and fix a bad merge / ... [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/ Thu Jun 11 10:48:35 -0700 2009 Merge branch 'entp_master' Conflicts: db/sche... [courtenay]
directory vendor/ Mon Sep 21 16:47:34 -0700 2009 Gems vendored [caffo]
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.