public
Description: El Dorado is a full-stack community web application written in Ruby/Rails.
Homepage: http://almosteffortless.com/eldorado/
Clone URL: git://github.com/trevorturk/el-dorado.git
name age message
file Capfile Sun Jul 22 09:25:25 -0700 2007 upgrading to capistrano 2 [trevorturk]
file LICENSE Tue May 22 09:16:50 -0700 2007 mit license! [trevorturk]
file README Sat Jan 12 17:49:46 -0800 2008 updating readme to reflect new setup process wh... [trevorturk]
file Rakefile Tue Oct 31 17:06:49 -0800 2006 moving everything into trunk [trevorturk]
directory app/ Sun Jan 20 20:36:26 -0800 2008 adding punbb style url catcher for forum paths [trevorturk]
directory config/ Sat Jan 19 18:20:57 -0800 2008 tweaking routes (2) [trevorturk]
directory db/ Fri Jan 18 20:08:58 -0800 2008 moving bans to the users table and cleaning out... [trevorturk]
directory lib/ Fri Jan 18 20:18:18 -0800 2008 fixing an importing issue for punbb databases [trevorturk]
directory public/ Sat Jan 19 10:33:40 -0800 2008 refactoring topics/show thanks to de-ajaxing, f... [trevorturk]
directory script/ Sat Dec 08 13:14:57 -0800 2007 moving to cookie-based sessions, upgrading a fe... [trevorturk]
directory test/ Sun Jan 20 20:36:26 -0800 2008 adding punbb style url catcher for forum paths [trevorturk]
directory vendor/ Sun Jan 20 21:13:47 -0800 2008 updating plugins with piston [trevorturk]
README
== Welcome to El Dorado

El Dorado is a full-stack community web application written in Ruby/Rails.

== Installation

1) Install the required gems: Rails 2.0.2 or greater and TZInfo ("sudo gem install rails tzinfo")
2) Rename config/database.example.yml to config/database.yml and fill in the database and session details
3) Run "rake db:schema:load" ("rake db:schema:load RAILS_ENV=production" for a live site)
4) Start the web server ("script/server") and visit the new site to create your first user account

== Importing from PunBB (version 1.2.15)

1) Fill in the "import" section of config/database.yml and run "rake import:database"
2) Run optional rake tasks as necessary: import:avatars, import:headers, and import:files

== Upgrading

Visit http://almosteffortless.com and http://code.google.com/p/eldorado/source for updates and news.
Use "rake db:migrate" to upgrade your database after new releases (use "cap deploy:migrations" if you're using 
Capistrano).

== License

Released under the MIT License, Copyright 2006 Trevor Turk (see LICENSE file for details).

== Contributors

Trevor Turk, Josh Peek, and Wilhelm Chung.

== Thanks

NewAthens.org, Matt Brent, Artie Jordan, Max Mearsheimer, Timothy O'Connell, Matz et a. (Ruby), 
DHH et al. (Rails), Rick Olson, Josh Goebel, Justin Palmer, Rickard Andersson (PunBB), 
Matt Mullenweg et al. (Wordpress), and Michael Heilemann et al. (k2).

--
Trevor Turk (http://almosteffortless.com)