summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rdoc26
1 files changed, 10 insertions, 16 deletions
diff --git a/README.rdoc b/README.rdoc
index 1172fc8..b9ed257 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -2,22 +2,16 @@
2 2
3==Setup 3==Setup
4 4
5git clone git://github.com/hukl/cccms.git 5• git clone git://github.com/hukl/cccms.git
6 6• git submodule init
7git checkout --track -b poc1 origin/poc1 7• git submodule update
8 8• create a database.yml in /db
9git submodule init 9• rake db:migrate
10 10• untar db/updates.tbz
11git submodule update 11• rake cccms:create_admin_user (admin:foobar)
12 12• rake cccms:import_updates
13==Import old xml files 13• rake cccms:create_homepage
14 14• ./script/server to start the webserver
15extract db/updates.tbz
16
17start a script/console and execute the following commands:
18
19i = UpdateImporter.new("#{RAILS_ROOT}/db/updates")
20i.import_xml
21 15
22==Documentation 16==Documentation
23 17