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)
Mon May 05 19:33:42 -0700 2008
commit  a7ead776a85e5eccaa065d5a12319772fdfb7767
tree    200f88fc20f9bb8016f0100166f03eeeb5bbb82b
parent  d89b8b94a81d30c7a05137a9316be9c896bf9579
0
...
1
2
3
4
 
 
5
6
7
8
9
 
 
10
11
12
...
14
15
16
17
 
18
19
20
21
 
 
 
 
22
23
24
...
1
2
 
 
3
4
5
6
7
8
9
10
11
12
13
14
...
16
17
18
 
19
20
 
 
 
21
22
23
24
25
26
27
0
@@ -1,12 +1,14 @@
0
 == Welcome to El Dorado
0
 
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
 
0
 http://almosteffortless.com/eldorado
0
 
0
 == Installation
0
 
0
+Requirements: The ability to run a Ruby on Rails application (http://rubyonrails.org/)
0
+
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
 
0
 == Upgrading
0
 
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
 
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")
0
 
0
 == Thanks
0
 

Comments

    No one has commented yet.