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
removing automatic database magic and updating readme
trevorturk (author)
Fri May 02 16:39:59 -0700 2008
commit  d89b8b94a81d30c7a05137a9316be9c896bf9579
tree    2007a3973062f4af82ddbd6a800c86fbfe17afaa
parent  c5a2a008bb6b1fad0d264e163ddf93af62904bc6
  • README
  • config/initializers/db_create_load_or_migrate.rb
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
0
@@ -1,24 +1,24 @@
0
 == Welcome to El Dorado
0
 
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, timezone support,
0
-and privacy settings.
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
 
0
-Homepage: http://almosteffortless.com/eldorado
0
-Demo and support site: http://eldorado.almosteffortless.com
0
-Issue tracking: http://ae.lighthouseapp.com/projects/421-el-dorado/
0
-Open source git repository: http://github.com/trevorturk/el-dorado/tree/master
0
+http://almosteffortless.com/eldorado
0
 
0
 == Installation
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 database and session details
0
-3) Start the web server ("script/server") and visit your new site to create the first user account
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
+4) Start the web server ("script/server") and visit your new site to create the first user account
0
 
0
-Importing from PunBB (version 1.2.16)
0
+== Upgrading
0
 
0
-1) Fill in the "import" section of config/database.yml and run "rake import:database"
0
-2) Run optional rake tasks as necessary: import:avatars, import:headers, and import:files
0
+Use Capistrano (http://capify.org/) to manage your deployments ("cap deploy:migrations"), otherwise...
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
 
0
 == Thanks
0
 

Comments

    No one has commented yet.