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 (
trevorturk (author)
Fri Dec 28 14:47:33 -0800 2007
| name | age | message | |
|---|---|---|---|
| |
Capfile | Sun Jul 22 09:25:25 -0700 2007 | [trevorturk] |
| |
LICENSE | Tue May 22 09:16:50 -0700 2007 | [trevorturk] |
| |
README | Tue Oct 23 19:03:36 -0700 2007 | [trevorturk] |
| |
Rakefile | Tue Oct 31 17:06:49 -0800 2006 | [trevorturk] |
| |
app/ | Tue Nov 13 21:12:41 -0800 2007 | [trevorturk] |
| |
config/ | Tue Oct 23 19:03:36 -0700 2007 | [trevorturk] |
| |
db/ | Thu Sep 06 20:28:36 -0700 2007 | [trevorturk] |
| |
doc/ | Tue Oct 31 17:06:49 -0800 2006 | [trevorturk] |
| |
lib/ | Fri Dec 28 14:47:33 -0800 2007 | [trevorturk] |
| |
public/ | Tue Oct 23 20:51:24 -0700 2007 | [trevorturk] |
| |
script/ | Tue Oct 31 17:06:49 -0800 2006 | [trevorturk] |
| |
test/ | Tue Nov 13 21:12:41 -0800 2007 | [trevorturk] |
| |
vendor/ | Mon Nov 05 23:23:36 -0800 2007 | [trevorturk] |
README
Welcome to El Dorado! # Installation # 1) Set up config/database.yml and config/deploy.rb according to your setup 2) Run "rake db:schema:load" (see note below) and start your web server 3) Visit your new site, note your temporary password, and log in NOTE: Rake tasks generally only affect the local "development" database. To install on a public site, you would need to run "rake db:schema:load RAILS_ENV=production" on the remote server. # Importing from a PunBB site (version 1.2.15) # 1) Set up the "import" section of config/database.yml 2) Run "rake import:database" (see note above) 3) Run the other available rake tasks as necessary: import:avatars, import:headers, and import:files # Upgrading # Visit http://almosteffortless.com and http://code.google.com/p/eldorado/source for updates and news. Use "rake db:migrate" to upgrade your database from an older version after new releases. Use "cap deploy: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 Jeff Stahler... - Trevor Turk http://almosteffortless.com




