Changes between Version 14 and Version 15 of Releases/Indico0.97.0
- Timestamp:
- 05/27/10 11:38:19 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Releases/Indico0.97.0
v14 v15 20 20 * Tarball - http://cdsware.cern.ch/indico/download/cds-indico-0.97-rc1.tar.gz 21 21 22 == Migration==22 == Upgrading == 23 23 24 24 === from v0.97b or Git Repo === 25 25 26 If you are upgrading from v0.97b or from an old Git version, please run the following command line from a terminal: 26 The following should be enough: 27 28 {{{ 29 30 $ easy_install cds-indico 31 32 $ indico_initial_setup --existing-config=/opt/indico/etc/indico.conf #replace with your path to your indico.conf 33 34 # restart apache 35 /path/to/httpd restart 36 37 }}} 38 39 The following command will also be required, if you're upgrading from v0.97b or an old Git version: 27 40 28 41 {{{
