public
Description: El Dorado is a full-stack community web application written in Ruby/Rails.
Homepage: http://almosteffortless.com/eldorado/
Clone URL: git://github.com/trevorturk/el-dorado.git
el-dorado / README
100644 36 lines (23 sloc) 1.442 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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