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 31 lines (20 sloc) 1.347 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
== Welcome to El Dorado
 
El Dorado is a full-stack community web application written in Ruby/Rails.
 
== Installation
 
1) Install the required gems: Rails 2.0.2 or greater and TZInfo ("sudo gem install rails tzinfo")
2) Rename config/database.example.yml to config/database.yml and fill in the database and session details
3) Run "rake db:schema:load" ("rake db:schema:load RAILS_ENV=production" for a live site)
4) Start the web server ("script/server") and visit the new site to create your first user account
 
== Importing from PunBB (version 1.2.16)
 
1) Fill in the "import" section of config/database.yml and run "rake import:database"
2) Run optional 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 after new releases (use "cap deploy:migrations" if you're using Capistrano).
 
== About
 
Contributors: Trevor Turk, Josh Peek, and Wilhelm Chung.
 
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), and Michael Heilemann et al. (k2).
 
--
Trevor Turk (http://almosteffortless.com)