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 (
Michael Buffington (author)
Sun Jun 01 11:31:33 -0700 2008
commit 8148a7de41e0f71a01bac70916091e9cf033bce3
tree c1aa8b0481e42a381f1f3025877ad6999fab394c
parent b4cd9da298e540d415dc45af327f1c8f72915712
tree c1aa8b0481e42a381f1f3025877ad6999fab394c
parent b4cd9da298e540d415dc45af327f1c8f72915712
| name | age | message | |
|---|---|---|---|
| |
LICENSE | ||
| |
README | ||
| |
Rakefile | ||
| |
app/ | ||
| |
config/ | ||
| |
db/ | ||
| |
doc/ | ||
| |
lang/ | ||
| |
lib/ | ||
| |
public/ | ||
| |
script/ | ||
| |
test/ | ||
| |
vendor/ |
README
Yeah, this is really old code. Not only old, but it's the first app I built with Rails when Rails was something like 0.11.0. Be kind. GETTING IT RUNNING * Make sure you have Rails 1.2.6 - there might be some gems needed too * Create the database * Run rake db:migrate * Run script/server * Go to localhost:3000 * Click the huge JOIN button * Signup * Run script/console * u = User.find :first * u.role = "admin" * u.save * Go to localhost:3000/instances/new * Fiddle with the settings and create an instance * Go to localhost:3000/instances/choose * Join the instance you created. * Done.








