Changes between Version 10 and Version 11 of Releases/Indico0.97.0


Ignore:
Timestamp:
03/02/10 11:05:52 (3 years ago)
Author:
jbenito
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Releases/Indico0.97.0

    v10 v11  
    2222== Migration == 
    2323 
     24== from Git repo == 
     25 
     26After installing, please run the following command line from a terminal: 
     27 
     28{{{ 
     29PYTHONPATH=/path/to/your/indico/dir/ python -c "from MaKaC.common.db import DBMgr; \ 
     30DBMgr.getInstance().startRequest(); from MaKaC.modules.base import ModulesHolder; \ 
     31del ModulesHolder()._getIdx()['upcoming_events']; DBMgr.getInstance().endRequest()" 
     32}}} 
     33 
    2434=== from 0.96.2 === 
    2535