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
updating readme
trevorturk (author)
Tue Jun 03 23:29:35 -0700 2008
commit  35044a08141b4316f2d239715834e850b806dc41
tree    484bd806675ec234f0856d9e34354558049e9254
parent  746df1ae92368a6b2edd7c764863e4cafd08af62
0
...
9
10
11
12
13
14
 
 
 
 
15
16
17
18
 
19
20
21
22
 
 
 
 
23
24
25
26
27
 
28
...
9
10
11
 
 
 
12
13
14
15
16
17
18
 
19
20
 
 
 
21
22
23
24
25
26
27
28
 
29
30
0
@@ -9,20 +9,22 @@ http://almosteffortless.com/eldorado
0
 
0
 Requirements: The ability to run a Ruby on Rails application (http://rubyonrails.org/)
0
 
0
-1) Copy config/database.example.yml to config/database.yml and fill in the appropriate details
0
-2) Create your database ("rake db:create") and load the schema ("rake db:schema:load")
0
-3) Start the web server ("script/server") and visit your new site to create the first user account
0
+1) Copy config/database.example.yml to config/database.yml
0
+2) Create your database ("rake db:create")
0
+3) Load the database schema ("rake db:schema:load")
0
+4) Start your web server ("script/server")
0
 
0
 == Upgrading
0
 
0
-Note: Back up your database and files, and consider using Capistrano (see config/deploy.example.rb)
0
+Note: Back up your database and files before performing an upgrade.
0
 
0
-1) Download the latest El Dorado release from http://almosteffortless.com/eldorado
0
-2) Replace the files in your installation except for avatars/files/headers/themes in public/
0
-3) Migrate to the latest database schema ("rake db:migrate" or "cap deploy:migrations")
0
+1) Consider using Capistrano and skipping steps 2 and 3 (see config/deploy.example.rb)
0
+2) Download the latest El Dorado release from http://almosteffortless.com/eldorado
0
+3) Replace the files in your installation except for avatars/files/headers/themes in public/
0
+4) Migrate to the latest database schema ("rake db:migrate" or "cap deploy:migrations")
0
 
0
 == Thanks
0
 
0
 NewAthens.org, Matt Brent, Artie Jordan, Max Mearsheimer, Timothy O'Connell, Matz et al. (Ruby),
0
-DHH et al. (Rails), Rick Olson, Josh Goebel, Justin Palmer, Rickard Andersson et al. (PunBB),
0
+DHH et al. (Rails), Rick Olson and Josh Goebel (Beast), Rickard Andersson et al. (PunBB),
0
 Matt Mullenweg et al. (WordPress), Michael Heilemann et al. (k2), Josh Peek, and Wilhelm Chung.

Comments

    No one has commented yet.