0
== Welcome to El Dorado
0
-El Dorado is a Ruby on Rails application for small groups. It features a forum, event calendar,
0
-group chat, file sharing, random headers, avatars, themes, timezone support, and privacy settings.
0
+El Dorado is a full-stack community web application written in Ruby/Rails. It features a forum,
0
+event calendar, group chat, file sharing, random headers, avatars, themes, and privacy settings.
0
http://almosteffortless.com/eldorado
0
+Requirements: The ability to run a Ruby on Rails application (http://rubyonrails.org/)
0
1) Install the required gems: Rails 2.0.2 or greater and TZInfo ("sudo gem install rails tzinfo")
0
2) Copy config/database.example.yml to config/database.yml and fill in the appropriate details
0
3) Create your database ("rake db:create") and load the schema ("rake db:schema:load")
0
@@ -14,11 +16,12 @@ http://almosteffortless.com/eldorado
0
-
Use Capistrano (http://capify.org/) to manage your deployments ("cap deploy:migrations"), otherwise...
0
+
Note: Always back up your database and application 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 aside from avatars/files/headers/themes in public/
0
-3) Migrate to the latest database schema ("rake db:migrate") and start your server ("script/server")
0
+1) Consider using Capistrano for managing your deployments (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")
Comments
No one has commented yet.