Changes between Version 13 and Version 14 of Releases/Indico0.97.0
- Timestamp:
- 05/26/10 19:35:29 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Releases/Indico0.97.0
v13 v14 24 24 === from v0.97b or Git Repo === 25 25 26 After installing, please run the following command line from a terminal:26 If you are upgrading from v0.97b or from an old Git version, please run the following command line from a terminal: 27 27 28 28 {{{ 29 PYTHONPATH=/path/to/your/indico/dir/python -c "from MaKaC.common.db import DBMgr; \29 python -c "from MaKaC.common.db import DBMgr; \ 30 30 DBMgr.getInstance().startRequest(); from MaKaC.modules.base import ModulesHolder; \ 31 31 del ModulesHolder()._getIdx()['upcoming_events']; DBMgr.getInstance().endRequest()" 32 32 }}} 33 34 '''This will cause your upcoming event list to be reset, so, if you had one set, you'll have to reconfigure it''' 33 35 34 36 === from 0.96.2 ===
