public
Fork of trevorturk/el-dorado
Description: Localized version of El Dorado using Gibberish. Dutch language included.
Homepage: http://almosteffortless.com/eldorado/
Clone URL: git://github.com/jxl/el-dorado.git
Search Repo:
jxl (author)
Sun May 04 10:18:22 -0700 2008
commit  a8c904bc1a3802ac0de1d9cd6e6eeb12e08e5fa9
tree    504e98bdc9d3d012d8875db5ad92690324680edd
parent  63604d6952a6f02eb7aff2effbc3f8bf48ec0659
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 Fri May 02 16:39:59 -0700 2008 removing automatic database magic and updating ... [trevorturk]
folder Rakefile Tue Oct 31 17:06:49 -0800 2006 moving everything into trunk [trevorturk]
folder app/ Sun May 04 10:14:18 -0700 2008 Display static message if left blank in settings. [jxl]
folder config/ Sat May 03 02:00:02 -0700 2008 Merge [jxl]
folder db/ Sun May 04 09:54:22 -0700 2008 Keep message setting for private site. [jxl]
folder lang/ Sun May 04 10:18:22 -0700 2008 Forgot to add translation of private site message. [jxl]
folder lib/ Fri May 02 10:21:36 -0700 2008 localized exception handler [jxl]
folder log/ Tue Mar 11 19:59:54 -0700 2008 adding .gitignores for empty directories [trevorturk]
folder public/ Fri May 02 15:10:37 -0700 2008 small tweaks to css for large images in chat [trevorturk]
folder script/ Sat Dec 08 13:14:57 -0800 2007 moving to cookie-based sessions, upgrading a fe... [trevorturk]
folder test/ Sun May 04 09:32:58 -0700 2008 Revert "localized login message, no longer... [jxl]
folder tmp/ Tue Mar 11 19:59:54 -0700 2008 adding .gitignores for empty directories [trevorturk]
folder vendor/ Sat May 03 01:52:49 -0700 2008 tweaked simple_localization [jxl]
README
== Welcome to El Dorado

El Dorado is a Ruby on Rails application for small groups. It features a forum, event calendar, 
group chat, file sharing, random headers, avatars, themes, timezone support, and privacy settings.

http://almosteffortless.com/eldorado

== Installation

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

== Upgrading

Use Capistrano (http://capify.org/) to manage your deployments ("cap deploy:migrations"), otherwise...

1) Download the latest El Dorado release from http://almosteffortless.com/eldorado
2) Replace the files in your installation aside from avatars/files/headers/themes in public/
3) Migrate to the latest database schema ("rake db:migrate") and start your server ("script/server")

== Thanks

NewAthens.org, Matt Brent, Artie Jordan, Max Mearsheimer, Timothy O'Connell, Matz et al. (Ruby), 
DHH et al. (Rails), Rick Olson, Josh Goebel, Justin Palmer, Rickard Andersson et al. (PunBB), 
Matt Mullenweg et al. (WordPress), Michael Heilemann et al. (k2), Josh Peek, and Wilhelm Chung.