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 702b060f2ea76277e43920893b5251eed383f402
tree 1b50c617881683932ebf1d5213c8442ee1a72735
parent b0b2dd822672d77c5dec02b28f0edb923fc2f294
tree 1b50c617881683932ebf1d5213c8442ee1a72735
parent b0b2dd822672d77c5dec02b28f0edb923fc2f294
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed Oct 01 20:20:02 -0700 2008 | [trevorturk] |
| |
Capfile | Sun Jul 22 09:25:25 -0700 2007 | [trevorturk] |
| |
LICENSE | Sun Jan 27 11:09:23 -0800 2008 | [trevorturk] |
| |
README | Tue Jun 03 23:29:35 -0700 2008 | [trevorturk] |
| |
Rakefile | Tue Oct 31 17:06:49 -0800 2006 | [trevorturk] |
| |
app/ | Tue Nov 11 19:34:38 -0800 2008 | [trevorturk] |
| |
config/ | Mon Nov 17 21:27:40 -0800 2008 | [trevorturk] |
| |
db/ | Tue Oct 14 22:29:24 -0700 2008 | [trevorturk] |
| |
lib/ | Fri Sep 26 21:10:08 -0700 2008 | [trevorturk] |
| |
log/ | Tue Mar 11 19:59:54 -0700 2008 | [trevorturk] |
| |
public/ | Sat Nov 08 11:02:50 -0800 2008 | [trevorturk] |
| |
script/ | Mon May 19 20:18:34 -0700 2008 | [trevorturk] |
| |
test/ | Sat Oct 04 21:14:09 -0700 2008 | [trevorturk] |
| |
tmp/ | Tue Mar 11 19:59:54 -0700 2008 | [trevorturk] |
| |
vendor/ | Fri Oct 24 20:59:07 -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) Copy config/database.example.yml to config/database.yml and fill in the appropriate details 2) Create your database ("rake db:create") and load the schema ("rake db:schema:load") 3) Start the web server ("script/server") and visit your new site to create the first user account == Upgrading Note: Back up your database and files, and consider using Capistrano (see config/deploy.example.rb) 1) Download the latest El Dorado release from http://almosteffortless.com/eldorado 2) Replace the files in your installation except for avatars/files/headers/themes in public/ 3) 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.




