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 Aug 04 15:34:29 -0700 2007 tagging 0.2 release [trevorturk]
file Rakefile Tue Oct 31 17:06:49 -0800 2006 moving everything into trunk [trevorturk]
directory app/ Sat Aug 04 15:34:29 -0700 2007 tagging 0.2 release [trevorturk]
directory config/ Sat Jul 28 12:16:15 -0700 2007 disallowing index.htm and index.html file uploads [trevorturk]
directory db/ Thu Jul 26 21:31:29 -0700 2007 combining footers into one and adding announcement [trevorturk]
directory doc/ Tue Oct 31 17:06:49 -0800 2006 moving everything into trunk [trevorturk]
directory lib/ Sat Jul 28 14:26:10 -0700 2007 adding hack to import to allow un-sanatized fil... [trevorturk]
directory public/ Sat Jul 28 08:17:18 -0700 2007 fixing small css issue [trevorturk]
directory script/ Tue Oct 31 17:06:49 -0800 2006 moving everything into trunk [trevorturk]
directory test/ Sat Jul 28 17:15:03 -0700 2007 fixing headers/vote_down and adding tests for v... [trevorturk]
directory vendor/ Sat Aug 04 15:34:29 -0700 2007 tagging 0.2 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

If you're not importing anything (starting a new site), run this command: "rake db:schema:load".

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 #

http://almosteffortless.com | http://eldorado.googlecode.com/svn
Use "rake db:migrate" to upgrade your database from an older version
Use "cap deploy_with_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