public
Description: Legacy code from the original llor.nu site
Homepage:
Clone URL: git://github.com/jwhitmire/llor-nu-legacy.git
commit  904d82642f89ceb1e596b83d2d4b2de5a6627679
tree    e0343ff36233c10249898587c384fd20cb33d29e
parent  8148a7de41e0f71a01bac70916091e9cf033bce3
llor-nu-legacy / README
100644 20 lines (19 sloc) 0.671 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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
* Make sure you enter settings for all numeric fields (nil default causes issues)
* Go to localhost:3000/instances/choose
* Join the instance you created.
* Done.