summaryrefslogtreecommitdiff
path: root/doc/README_FOR_APP
diff options
context:
space:
mode:
authorhukl <hukl@eight.local>2009-02-01 00:10:20 +0100
committerhukl <hukl@eight.local>2009-02-01 00:10:20 +0100
commit32c1c784358700a599e53cd86fb2c6f318ad0217 (patch)
tree31e80086ccb175629ffcb17e826bc07f4bfa2375 /doc/README_FOR_APP
parent7145a1fc43d9b357cfd6af2f189e22a94432ce19 (diff)
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
Diffstat (limited to 'doc/README_FOR_APP')
-rw-r--r--doc/README_FOR_APP13
1 files changed, 12 insertions, 1 deletions
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
17 17
18git submodule init 18git submodule init
19 19
20git submodule update \ No newline at end of file 20git submodule update
21
22===============================================================================
23
24Import all Updates from the old ccc.de site:
25
26extract db/updates.tbz
27
28start a script/console and execute the following commands:
29
30i = UpdateImporter.new("#{RAILS_ROOT}/db/updates")
31i.import_xml \ No newline at end of file