This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
xtt /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Apr 23 16:08:40 -0700 2009 | |
| |
.gitmodules | Wed Jan 09 12:55:38 -0800 2008 | |
| |
Capfile | Sun Jan 06 20:44:48 -0800 2008 | |
| |
LICENSE | Sun Dec 21 13:26:38 -0800 2008 | |
| |
README | Tue Mar 03 13:23:29 -0800 2009 | |
| |
README.markdown | Tue Mar 03 13:23:29 -0800 2009 | |
| |
Rakefile | Fri Jan 04 15:01:10 -0800 2008 | |
| |
agpl.txt | Sun Dec 21 13:26:38 -0800 2008 | |
| |
app/ | ||
| |
config/ | ||
| |
db/ | ||
| |
lib/ | ||
| |
log/ | Thu Feb 21 12:28:16 -0800 2008 | |
| |
public/ | Fri May 15 13:37:04 -0700 2009 | |
| |
script/ | Fri May 15 00:55:04 -0700 2009 | |
| |
spec/ | ||
| |
vendor/ |
README.markdown
Getting Started
- Using sqlite doesn't work due to the code using mysql-specific timezone conversion functions. So make sure you use mysql in database.yml
- create the log directory and make it world-writable
- Populate the database with rake db:schema:load
- Add a user at http://localhost:3000/signup
- 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.








