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  6b552507cac620f3a64691604eb2ee47525cbb6a
tree    b23efc281c8c919474b5340f984b6c28e8a070d2
parent  0ce186718590c7aa352fb24c72b35ada5715c353
name age message
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 doc/ Tue Oct 31 17:06:49 -0800 2006 moving everything into trunk [trevorturk]
directory lib/ Fri Sep 26 21:10:08 -0700 2008 adding viewings for topics, will be used for tr... [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 vendor/ Fri Oct 24 20:59:07 -0700 2008 hulu bbcode tag [trevorturk]
README
Welcome to El Dorado!

# Installation #

1) Set up config/database.yml and config/deploy.rb according to your setup
2) Run "rake db:schema:load" (see note below) and start your web server
3) Visit your new site, note your temporary password, and log in

NOTE: Rake tasks generally only affect the local "development" database. To install on a public site, 
you would need to run "rake db:schema:load RAILS_ENV=production" on the remote server.

# Importing from a PunBB site (version 1.2.15) #

1) Set up the "import" section of config/database.yml
2) Run "rake import:database" (see note above)
3) Run the other available 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 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 Jeff Stahler...

- Trevor Turk
http://almosteffortless.com