diff options
| author | hukl <hukl@eight.local> | 2009-02-01 00:10:20 +0100 |
|---|---|---|
| committer | hukl <hukl@eight.local> | 2009-02-01 00:10:20 +0100 |
| commit | 32c1c784358700a599e53cd86fb2c6f318ad0217 (patch) | |
| tree | 31e80086ccb175629ffcb17e826bc07f4bfa2375 /doc/README_FOR_APP | |
| parent | 7145a1fc43d9b357cfd6af2f189e22a94432ce19 (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_APP | 13 |
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 | ||
| 18 | git submodule init | 18 | git submodule init |
| 19 | 19 | ||
| 20 | git submodule update \ No newline at end of file | 20 | git submodule update |
| 21 | |||
| 22 | =============================================================================== | ||
| 23 | |||
| 24 | Import all Updates from the old ccc.de site: | ||
| 25 | |||
| 26 | extract db/updates.tbz | ||
| 27 | |||
| 28 | start a script/console and execute the following commands: | ||
| 29 | |||
| 30 | i = UpdateImporter.new("#{RAILS_ROOT}/db/updates") | ||
| 31 | i.import_xml \ No newline at end of file | ||
