diff options
| author | hukl <hukl@eight.local> | 2009-02-08 15:32:21 +0100 |
|---|---|---|
| committer | hukl <hukl@eight.local> | 2009-02-08 15:32:21 +0100 |
| commit | f9b725da7c5e04c6f2e03cc4d531daf2b53d2a29 (patch) | |
| tree | bd83587fa8e0efdf6d126158938cd992efb36df5 /doc/README_FOR_APP | |
| parent | aa5835072148a372b653f5f7ef0d9370b56bea99 (diff) | |
doc
Diffstat (limited to 'doc/README_FOR_APP')
| -rw-r--r-- | doc/README_FOR_APP | 43 |
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 @@ | |||
| 1 | CCCMS | 1 | =CCCMS |
| 2 | |||
| 3 | ==Setup | ||
| 4 | |||
| 5 | git clone ssh://git@svn.medienhaus.udk-berlin.de/usr/local/git/cccms | ||
| 6 | |||
| 7 | git checkout --track -b poc1 origin/poc1 | ||
| 8 | |||
| 9 | git submodule init | ||
| 10 | |||
| 11 | git submodule update | ||
| 12 | |||
| 13 | ==Import old xml files | ||
| 14 | |||
| 15 | extract db/updates.tbz | ||
| 16 | |||
| 17 | start a script/console and execute the following commands: | ||
| 18 | |||
| 19 | i = UpdateImporter.new("#{RAILS_ROOT}/db/updates") | ||
| 20 | i.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 | |||
| 97 | git clone ssh://git@svn.medienhaus.udk-berlin.de/usr/local/git/cccms | ||
| 98 | |||
| 99 | git checkout --track -b poc1 origin/poc1 | ||
| 100 | |||
| 101 | git submodule init | ||
| 102 | |||
| 103 | git submodule update | ||
| 104 | |||
| 105 | =============================================================================== | ||
| 106 | |||
| 107 | Import all Updates from the old ccc.de site: | ||
| 108 | |||
| 109 | extract db/updates.tbz | ||
| 110 | |||
| 111 | start a script/console and execute the following commands: | ||
| 112 | |||
| 113 | i = UpdateImporter.new("#{RAILS_ROOT}/db/updates") | ||
| 114 | i.import_xml \ No newline at end of file | ||
