entp / xtt
- Source
- Commits
- Network (25)
- Issues (2)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
xtt /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
.gitmodules | Wed Jan 09 12:55:38 -0800 2008 | |
| |
Capfile | Sun Dec 21 13:22:49 -0800 2008 | |
| |
LICENSE | ||
| |
README | ||
| |
README.markdown | ||
| |
Rakefile | ||
| |
agpl.txt | Sun Dec 21 13:26:38 -0800 2008 | |
| |
app/ | ||
| |
config/ | Tue Dec 01 14:05:55 -0800 2009 | |
| |
db/ | ||
| |
lib/ | Thu Oct 29 09:31:21 -0700 2009 | |
| |
log/ | ||
| |
public/ | ||
| |
script/ | Fri May 15 00:55:04 -0700 2009 | |
| |
spec/ | Tue Dec 01 14:05:55 -0800 2009 | |
| |
test/ | ||
| |
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.

