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 Capfile Sun Jul 22 09:25:25 -0700 2007 upgrading to capistrano 2 [trevorturk]
folder LICENSE Tue May 22 09:16:50 -0700 2007 mit license! [trevorturk]
folder README Tue Sep 04 19:44:11 -0700 2007 tagging the 0.3 release [trevorturk]
folder Rakefile Tue Oct 31 17:06:49 -0800 2006 moving everything into trunk [trevorturk]
folder app/ Sun Sep 02 12:50:41 -0700 2007 adding search to avatars, adding basic tests fo... [trevorturk]
folder config/ Sat Sep 01 14:01:11 -0700 2007 adding locate action for posts to find within t... [trevorturk]
folder db/ Fri Aug 31 17:30:29 -0700 2007 adding favicon to options [trevorturk]
folder doc/ Tue Oct 31 17:06:49 -0800 2006 moving everything into trunk [trevorturk]
folder lib/ Sat Aug 11 18:00:35 -0700 2007 adding warning about timezones and timestamps t... [trevorturk]
folder public/ Sat Aug 11 17:43:40 -0700 2007 switching to soft tabs (2 spaces) in views for ... [trevorturk]
folder script/ Tue Oct 31 17:06:49 -0800 2006 moving everything into trunk [trevorturk]
folder test/ Sun Sep 02 12:50:41 -0700 2007 adding search to avatars, adding basic tests fo... [trevorturk]
folder vendor/ Tue Sep 04 19:44:11 -0700 2007 tagging the 0.3 release [trevorturk]
README
Welcome to El Dorado!

# Installation #

Remove the "example" part of the following filenames and put in the details for your setup:
config/database.example.yml & config/deploy.example.rb

# Setup # 

Required gems: tzinfo - run: "sudo gem install tzinfo" on your computer and your host's.
Requires Edge Rails for the tztime plugin: http://weblog.jamisbuck.org/2007/2/2/introducing-tztime

Run this command: "rake db:schema:load" if you're not importing anything (starting a new site).
Note: If you're setting things up on your host, add "RAILS_ENV=production" to the end of rake tasks.

If you're importing from an existing PunBB site (only tested with version 1.2.15), 
fill in the "import" section of config/database.yml and run the command: "rake import:database".
Other available rake tasks include: import:avatars, import:headers, and import:files.

# Upgrading #

Visit http://almosteffortless.com and http://eldorado.googlecode.com/svn for updates and news.
Use "rake db:migrate" to upgrade your database from an older version after new releases.
Use "cap deploy:migrations" to upgrade your database and app at the same time using Capistrano.

# License #

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

# 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), Michael Heilemann et al. (k2), Josh Peek, and others...

- Trevor Turk
http://almosteffortless.com