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
trevorturk (author)
Tue Mar 11 19:52:39 -0700 2008
commit  5185bb4ebc3dc0de203eb33dcab7e76f7e0430e1
tree    bbe89cf1685e3c80bf63313f92f6e6c1036034e5
parent  a5ebb54950fee6c4329433d7b0f635589e205768
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 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.

== Installation

1) Install the required gems: Rails 2.0.2 or greater and TZInfo ("sudo gem install rails tzinfo")
2) Rename config/database.example.yml to config/database.yml and fill in the database and session details
3) Run "rake db:schema:load" ("rake db:schema:load RAILS_ENV=production" for a live site)
4) Start the web server ("script/server") and visit the new site to create your first user account

== Importing from PunBB (version 1.2.16)

1) Fill in the "import" section of config/database.yml and run "rake import:database"
2) Run optional rake tasks as necessary: import:avatars, import:headers, and import:files

== Upgrading

Visit http://almosteffortless.com/ and http://github.com/trevorturk/el-dorado/ for updates and news.
Use "rake db:migrate" to upgrade your database after new releases (use "cap deploy:migrations" if you're using 
Capistrano).

== About

Contributors: Trevor Turk, Josh Peek, and Wilhelm Chung.

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

--
Trevor Turk (http://almosteffortless.com/)