diff options
Diffstat (limited to 'doc')
| -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 | ||
