| Version 13 (modified by pferreir, 3 years ago) (diff) |
|---|
Indico v0.97.0 beta
If you need a detailed installation process, please read here.
easy_install
From this version one can install indico from command line as easy as this:
easy_install cds-indico
Download
If you prefer to download the egg or tarball to install manually:
- Egg for Python 2.6 - http://cdsware.cern.ch/indico/download/cds_indico-0.97_rc1-py2.6.egg
- Egg for Python 2.5 - http://cdsware.cern.ch/indico/download/cds_indico-0.97_rc1-py2.5.egg
- Egg for Python 2.4 - http://cdsware.cern.ch/indico/download/cds_indico-0.97_rc1-py2.4.egg
- Tarball - http://cdsware.cern.ch/indico/download/cds-indico-0.97-rc1.tar.gz
Migration
from v0.97b or Git Repo
After installing, please run the following command line from a terminal:
PYTHONPATH=/path/to/your/indico/dir/ python -c "from MaKaC.common.db import DBMgr; \ DBMgr.getInstance().startRequest(); from MaKaC.modules.base import ModulesHolder; \ del ModulesHolder()._getIdx()['upcoming_events']; DBMgr.getInstance().endRequest()"
from 0.96.2
Since the new version comes with more indexes, after installing 0.97b you will have to run the scripts:
/indico_home_directory/bin/maintenance/indexes/reindexcategorynameindex.py /indico_home_directory/bin/maintenance/indexes/reindexcategorydateindex.py
from older versions
Check in the old project's web
