public
Fork of trevorturk/el-dorado
Description: Localized version of El Dorado using Gibberish. Dutch language included.
Homepage: http://almosteffortless.com/eldorado/
Clone URL: git://github.com/jxl/el-dorado.git
Search Repo:
Merge
jxl (author)
Wed May 07 08:38:06 -0700 2008
commit  81c6640d3aada42df6fb64e59b0f70e38f5d50ea
tree    a83a4d4e9a0cc07f12e8107a0e96ead5d64a18aa
parent  a8c904bc1a3802ac0de1d9cd6e6eeb12e08e5fa9 parent  5673172b5891a491d1a5f3ae6170031e4a7b29c2
0
...
1
2
3
4
 
 
5
6
7
8
9
 
 
10
11
12
13
...
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
15
...
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
0
@@ -14,11 +16,12 @@
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
 
...
1
2
3
 
4
5
6
...
1
2
 
3
4
5
6
0
@@ -1,6 +1,6 @@
0
 # Specifies gem version of Rails to use when vendor/rails is not present
0
 RAILS_GEM_VERSION = '2.0.2' unless defined? RAILS_GEM_VERSION
0
-APPLICATION_VERSION = '0.9.2'
0
+APPLICATION_VERSION = '0.9.3 (beta)'
0
 
0
 require File.join(File.dirname(__FILE__), 'boot')
0
 

Comments

    No one has commented yet.