entp / xtt

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

This URL has Read+Write access

courtenay (author)
Fri May 22 18:41:35 -0700 2009
commit  f757f88cb1a7a12b175b447783bf692493fbc799
tree    4c385753834c0aaf54a6a291cf9cdbf7bdc29ca3
parent  ac6e646cc660fc25a0a5ff257d2bf9dc8df98a4e parent  91ca3d433dea47ccea38f28cdcabd6ec05036f77
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 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/ Loading commit data...
directory config/ Fri May 22 18:41:35 -0700 2009 Merge branch 'master' of git@entp.com:tt Confl... [courtenay]
directory db/
directory lib/
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/
directory vendor/
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.