0
@@ -9,20 +9,22 @@ http://almosteffortless.com/eldorado
0
Requirements: The ability to run a Ruby on Rails application (http://rubyonrails.org/)
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
-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
-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
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.