summaryrefslogtreecommitdiff
path: root/doc/README_FOR_APP
diff options
context:
space:
mode:
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