This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 0a5f307b9c23fa85db79e0654a821d5c2bf01630
tree 5b2a6883677b907b444e10ce0b3c09667ccd7a67
parent 2d1dff7f57334b7d85558b7aa42ea88dd2c7751f
tree 5b2a6883677b907b444e10ce0b3c09667ccd7a67
parent 2d1dff7f57334b7d85558b7aa42ea88dd2c7751f
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue Mar 11 19:52:39 -0700 2008 | [trevorturk] |
| |
Capfile | Sun Jul 22 09:25:25 -0700 2007 | [trevorturk] |
| |
LICENSE | Sun Jan 27 11:09:23 -0800 2008 | [trevorturk] |
| |
README | Mon May 05 19:33:42 -0700 2008 | [trevorturk] |
| |
Rakefile | Tue Oct 31 17:06:49 -0800 2006 | [trevorturk] |
| |
app/ | Sun May 11 20:14:52 -0700 2008 | [trevorturk] |
| |
config/ | Sun May 11 18:02:22 -0700 2008 | [trevorturk] |
| |
db/ | Fri May 02 16:16:30 -0700 2008 | [trevorturk] |
| |
lib/ | Sat Apr 26 19:09:07 -0700 2008 | [trevorturk] |
| |
log/ | Tue Mar 11 19:59:54 -0700 2008 | [trevorturk] |
| |
public/ | Thu May 08 21:36:17 -0700 2008 | [trevorturk] |
| |
script/ | Sat Dec 08 13:14:57 -0800 2007 | [trevorturk] |
| |
test/ | Thu May 08 21:36:17 -0700 2008 | [trevorturk] |
| |
tmp/ | Tue Mar 11 19:59:54 -0700 2008 | [trevorturk] |
| |
vendor/ | Sun May 11 18:51:14 -0700 2008 | [trevorturk] |
README
== Welcome to El Dorado El Dorado is a full-stack community web application written in Ruby/Rails. It features a forum, event calendar, group chat, file sharing, random headers, avatars, themes, and privacy settings. http://almosteffortless.com/eldorado == Installation Requirements: The ability to run a Ruby on Rails application (http://rubyonrails.org/) 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 Note: Always back up your database and application files before performing an upgrade. 1) Consider using Capistrano for managing your deployments (see config/deploy.example.rb) 2) Download the latest El Dorado release from http://almosteffortless.com/eldorado 3) Replace the files in your installation except for avatars/files/headers/themes in public/ 4) Migrate to the latest database schema ("rake db:migrate" or "cap deploy:migrations") == 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.




