jwhitmire / llor-nu-legacy

Legacy code from the original llor.nu site

This URL has Read+Write access

name age message
file .gitignore Sun Jun 01 12:21:04 -0700 2008 tweaked README; added .gitignore and database.y... [jwhitmire]
file LICENSE Wed Jul 26 09:15:52 -0700 2006 0.96 Checkin git-svn-id: http://buffington.svn... [mike]
file README Sun Jun 01 12:21:04 -0700 2008 tweaked README; added .gitignore and database.y... [jwhitmire]
file Rakefile Wed Jul 26 09:15:52 -0700 2006 0.96 Checkin git-svn-id: http://buffington.svn... [mike]
directory app/ Sat May 31 18:57:09 -0700 2008 MB: got it working with 1.2.6 I think - bootstr... [Michael Buffington]
directory config/ Sun Jun 01 12:21:04 -0700 2008 tweaked README; added .gitignore and database.y... [jwhitmire]
directory db/ Sun Jun 01 11:31:33 -0700 2008 MB: a bit more [Michael Buffington]
directory doc/ Sun Nov 04 10:33:22 -0800 2007 added some startup instructions git-svn-id: ht... [mike]
directory lang/ Wed Jul 26 09:15:52 -0700 2006 0.96 Checkin git-svn-id: http://buffington.svn... [mike]
directory lib/ Sat May 31 18:57:09 -0700 2008 MB: got it working with 1.2.6 I think - bootstr... [Michael Buffington]
directory public/ Sat May 31 18:57:09 -0700 2008 MB: got it working with 1.2.6 I think - bootstr... [Michael Buffington]
directory script/ Sat May 31 18:57:09 -0700 2008 MB: got it working with 1.2.6 I think - bootstr... [Michael Buffington]
directory test/ Sun Nov 04 11:03:24 -0800 2007 jw -- removing statistics fixture git-svn-id: ... [jeff]
directory vendor/ Sat May 31 18:57:09 -0700 2008 MB: got it working with 1.2.6 I think - bootstr... [Michael Buffington]
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
* 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.