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)
Sun Sep 02 12:50:41 -0700 2007
commit f69ddd4dfcece81a7351156c8096aee68ed162ce
tree 79cee3a38cb3380b1c8e41493566a5f59f6472a4
parent 47df4d6fb291a4fa61ba1bc2711325d72cabf2a8
tree 79cee3a38cb3380b1c8e41493566a5f59f6472a4
parent 47df4d6fb291a4fa61ba1bc2711325d72cabf2a8
| name | age | message | |
|---|---|---|---|
| |
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] |
| |
doc/ | Tue Oct 31 17:06:49 -0800 2006 | [trevorturk] |
| |
lib/ | Fri Sep 26 21:10:08 -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] |
| |
vendor/ | Fri Oct 24 20:59:07 -0700 2008 | [trevorturk] |
README
Welcome to El Dorado! # Installation # Remove the "example" part of the following filenames and put in the details for your setup: config/database.example.yml & config/deploy.example.rb # Setup # Required gems: tzinfo - run: "sudo gem install tzinfo" on your computer and your host's. Requires Edge Rails for the tztime plugin: http://weblog.jamisbuck.org/2007/2/2/introducing-tztime If you're not importing anything (starting a new site), run this command: "rake db:schema:load". NOTE: If you're setting things up on your host, add "RAILS_ENV=production" to the end of rake tasks. If you're importing from an existing PunBB site (only tested with version 1.2.15), fill in the "import" section of config/database.yml and run the command: "rake import:database" Other available rake tasks include: import:avatars, import:headers, and import:files. # Upgrading # http://almosteffortless.com | http://eldorado.googlecode.com/svn Use "rake db:migrate" to upgrade your database from an older version Use "cap deploy_with_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 others... - Trevor Turk http://almosteffortless.com




