caffo / xtt forked from entp/xtt
- Source
- Commits
- Network (24)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
xtt /
| name | age | message | |
|---|---|---|---|
| |
.gems | Mon Sep 21 15:39:07 -0700 2009 | |
| |
.gitignore | Thu Apr 23 16:08:40 -0700 2009 | |
| |
.gitmodules | Wed Jan 09 12:55:38 -0800 2008 | |
| |
Capfile | Sun Dec 21 13:22:49 -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 | Sun Dec 21 13:22:49 -0800 2008 | |
| |
agpl.txt | Sun Dec 21 13:26:38 -0800 2008 | |
| |
app/ | Mon Sep 21 16:38:56 -0700 2009 | |
| |
config/ | Mon Sep 21 16:48:31 -0700 2009 | |
| |
db/ | Thu Jun 11 10:48:35 -0700 2009 | |
| |
lib/ | Fri May 22 18:49:27 -0700 2009 | |
| |
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/ | Thu Jun 11 10:48:35 -0700 2009 | |
| |
vendor/ | Mon Sep 21 16:47:34 -0700 2009 |
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.
