From f9b725da7c5e04c6f2e03cc4d531daf2b53d2a29 Mon Sep 17 00:00:00 2001 From: hukl Date: Sun, 8 Feb 2009 15:32:21 +0100 Subject: doc --- doc/README_FOR_APP | 43 +++++++++++++++++++++---------------------- 1 file 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 @@ -CCCMS +=CCCMS + +==Setup + +git clone ssh://git@svn.medienhaus.udk-berlin.de/usr/local/git/cccms + +git checkout --track -b poc1 origin/poc1 + +git submodule init + +git submodule update + +==Import old xml files + +extract db/updates.tbz + +start a script/console and execute the following commands: + +i = UpdateImporter.new("#{RAILS_ROOT}/db/updates") +i.import_xml ==General @@ -91,24 +110,4 @@ into the body of another page. limit="20" order_by="published_at" order_direction="DESC" -/> - - -git clone ssh://git@svn.medienhaus.udk-berlin.de/usr/local/git/cccms - -git checkout --track -b poc1 origin/poc1 - -git submodule init - -git submodule update - -=============================================================================== - -Import all Updates from the old ccc.de site: - -extract db/updates.tbz - -start a script/console and execute the following commands: - -i = UpdateImporter.new("#{RAILS_ROOT}/db/updates") -i.import_xml \ No newline at end of file +/> \ No newline at end of file -- cgit v1.3