diff options
| author | simon@elektropost.org <simon@dyn-143.club.berlin.ccc.de> | 2009-02-01 01:23:53 +0100 |
|---|---|---|
| committer | simon@elektropost.org <simon@dyn-143.club.berlin.ccc.de> | 2009-02-01 01:23:53 +0100 |
| commit | 05cacb3befdbd0ff7338dcfbc586f63a8893ff56 (patch) | |
| tree | dd332fe2fd99b5d724a384ddff584410b1415ba3 /doc | |
| parent | 33f80f3b1e0a1fe676cc64f7546d3a943d7e3cbd (diff) | |
| parent | 32c1c784358700a599e53cd86fb2c6f318ad0217 (diff) | |
Merge branch 'poc1' of ssh://git@svn.medienhaus.udk-berlin.de/usr/local/git/cccms into poc1
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 | ||
