From 32c1c784358700a599e53cd86fb2c6f318ad0217 Mon Sep 17 00:00:00 2001 From: hukl Date: Sun, 1 Feb 2009 00:10:20 +0100 Subject: added updates.tbz to db/ which includes all old / current updates on www.ccc.de in utf-8. Also added the commands necessary to import those xml into the local db to the README in /doc --- doc/README_FOR_APP | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/README_FOR_APP b/doc/README_FOR_APP index 4a84114..9b76357 100644 --- a/doc/README_FOR_APP +++ b/doc/README_FOR_APP @@ -17,4 +17,15 @@ git checkout --track -b poc1 origin/poc1 git submodule init -git submodule update \ No newline at end of file +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 -- cgit v1.3