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
Search Repo:
name age message
folder .gitignore Tue Mar 11 19:52:39 -0700 2008 improving .gitignore [trevorturk]
folder Capfile Sun Jul 22 09:25:25 -0700 2007 upgrading to capistrano 2 [trevorturk]
folder LICENSE Sun Jan 27 11:09:23 -0800 2008 updating to version 0.9.1, adding version numbe... [trevorturk]
folder README Tue Jun 03 23:29:35 -0700 2008 updating readme [trevorturk]
folder Rakefile Tue Oct 31 17:06:49 -0800 2006 moving everything into trunk [trevorturk]
folder app/ Fri Jul 25 20:23:45 -0700 2008 showing up to 500 messages in chat up automatic... [trevorturk]
folder config/ Mon Jun 02 20:41:15 -0700 2008 updating to rails 2.1 enviroment configs [trevorturk]
folder db/ Tue Jun 03 17:25:56 -0700 2008 fixing potential issue with blank/nil time zones [trevorturk]
folder lib/ Mon Jun 23 20:08:10 -0700 2008 upgrading attachment_fu and using new partition... [trevorturk]
folder log/ Tue Mar 11 19:59:54 -0700 2008 adding .gitignores for empty directories [trevorturk]
folder public/ Thu Jul 17 17:46:06 -0700 2008 small css tweak to deal with longer usernames i... [trevorturk]
folder script/ Mon May 19 20:18:34 -0700 2008 upgrading to rails 2.1 (rc1) and cleaning up a bit [trevorturk]
folder test/ Mon Jun 02 20:55:06 -0700 2008 moving time zone default from db into setting m... [trevorturk]
folder tmp/ Tue Mar 11 19:59:54 -0700 2008 adding .gitignores for empty directories [trevorturk]
folder vendor/ Mon Jun 23 20:08:10 -0700 2008 upgrading attachment_fu and using new partition... [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.