entp / xtt fork watch download tarball
public
Description: time tracker: think private 'twitter' that counts the duration of status messages.
Homepage:
Clone URL: git://github.com/entp/xtt.git
courtenay (author)
Thu Jun 11 10:48:35 -0700 2009
commit  9f7769baf66fddb2dcdfb30f51badfe9e539e744
tree    6ec0d48ab1517c702d7fb2c0b0ccbcecb7a1abe2
parent  14c1c108592a8b85fab60993ceba1ac96d9865c7 parent  154a3bee6dee49d18688049c6a8e4b460d04a26d
xtt /

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.