summaryrefslogtreecommitdiff
path: root/doc/README_FOR_APP
diff options
context:
space:
mode:
authorhukl <hukl@eight.local>2009-02-08 15:32:21 +0100
committerhukl <hukl@eight.local>2009-02-08 15:32:21 +0100
commitf9b725da7c5e04c6f2e03cc4d531daf2b53d2a29 (patch)
treebd83587fa8e0efdf6d126158938cd992efb36df5 /doc/README_FOR_APP
parentaa5835072148a372b653f5f7ef0d9370b56bea99 (diff)
doc
Diffstat (limited to 'doc/README_FOR_APP')
-rw-r--r--doc/README_FOR_APP43
1 files changed, 21 insertions, 22 deletions
diff --git a/doc/README_FOR_APP b/doc/README_FOR_APP
index 5d280f3..b0178eb 100644
--- a/doc/README_FOR_APP
+++ b/doc/README_FOR_APP
@@ -1,4 +1,23 @@
1CCCMS 1=CCCMS
2
3==Setup
4
5git clone ssh://git@svn.medienhaus.udk-berlin.de/usr/local/git/cccms
6
7git checkout --track -b poc1 origin/poc1
8
9git submodule init
10
11git submodule update
12
13==Import old xml files
14
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
2 21
3==General 22==General
4 23
@@ -91,24 +110,4 @@ into the body of another page.
91 limit="20" 110 limit="20"
92 order_by="published_at" 111 order_by="published_at"
93 order_direction="DESC" 112 order_direction="DESC"
94/> 113/> \ No newline at end of file
95
96
97git clone ssh://git@svn.medienhaus.udk-berlin.de/usr/local/git/cccms
98
99git checkout --track -b poc1 origin/poc1
100
101git submodule init
102
103git submodule update
104
105===============================================================================
106
107Import all Updates from the old ccc.de site:
108
109extract db/updates.tbz
110
111start a script/console and execute the following commands:
112
113i = UpdateImporter.new("#{RAILS_ROOT}/db/updates")
114i.import_xml \ No newline at end of file