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
commit  c6aa50354afe1017403a72b0ad94a0ee18fe8025
tree    4578eb8fc6122acb1b5d34ac0c78a39edbb180d6
parent  67e4580b4e45c320686799cfba37d5a6ebb9063c
name age message
file .gitignore Wed Oct 01 20:20:02 -0700 2008 ignore amazon_s3 config file [trevorturk]
file Capfile Sun Jul 22 09:25:25 -0700 2007 upgrading to capistrano 2 [trevorturk]
file LICENSE Sun Jan 27 11:09:23 -0800 2008 updating to version 0.9.1, adding version numbe... [trevorturk]
file README Tue Jun 03 23:29:35 -0700 2008 updating readme [trevorturk]
file Rakefile Tue Oct 31 17:06:49 -0800 2006 moving everything into trunk [trevorturk]
directory app/ Tue Nov 11 19:34:38 -0800 2008 truncate avatar filenames in avatars/list [trevorturk]
directory config/ Mon Nov 17 21:27:40 -0800 2008 update deploy example for passenger [trevorturk]
directory db/ Tue Oct 14 22:29:24 -0700 2008 add index to viewings [trevorturk]
directory lib/ Fri Sep 26 21:10:08 -0700 2008 adding viewings for topics, will be used for tr... [trevorturk]
directory log/ Tue Mar 11 19:59:54 -0700 2008 adding .gitignores for empty directories [trevorturk]
directory public/ Sat Nov 08 11:02:50 -0800 2008 oops don't need that green outline [trevorturk]
directory script/ Mon May 19 20:18:34 -0700 2008 upgrading to rails 2.1 (rc1) and cleaning up a bit [trevorturk]
directory test/ Sat Oct 04 21:14:09 -0700 2008 trying to fix show_new stuff up with real data [trevorturk]
directory tmp/ Tue Mar 11 19:59:54 -0700 2008 adding .gitignores for empty directories [trevorturk]
directory vendor/ Fri Oct 24 20:59:07 -0700 2008 hulu bbcode tag [trevorturk]
README
== Welcome to El Dorado

El Dorado is a full-stack community web application written in Ruby/Rails. It features a forum, 
event calendar, group chat, file sharing, random headers, avatars, themes, and privacy settings.

http://almosteffortless.com/eldorado

== Installation

Requirements: The ability to run a Ruby on Rails application (http://rubyonrails.org/)

1) Copy config/database.example.yml to config/database.yml
2) Create your database ("rake db:create")
3) Load the database schema ("rake db:schema:load")
4) Start your web server ("script/server")

== Upgrading

Note: Back up your database and files before performing an upgrade.

1) Consider using Capistrano and skipping steps 2 and 3 (see config/deploy.example.rb)
2) Download the latest El Dorado release from http://almosteffortless.com/eldorado
3) Replace the files in your installation except for avatars/files/headers/themes in public/
4) Migrate to the latest database schema ("rake db:migrate" or "cap deploy:migrations")

== Thanks

NewAthens.org, Matt Brent, Artie Jordan, Max Mearsheimer, Timothy O'Connell, Matz et al. (Ruby), 
DHH et al. (Rails), Rick Olson and Josh Goebel (Beast), Rickard Andersson et al. (PunBB), 
Matt Mullenweg et al. (WordPress), Michael Heilemann et al. (k2), Josh Peek, and Wilhelm Chung.