| Version 15 (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
Upgrading
from v0.97b or Git Repo
The following should be enough:
$ easy_install cds-indico $ indico_initial_setup --existing-config=/opt/indico/etc/indico.conf #replace with your path to your indico.conf # restart apache /path/to/httpd restart
The following command will also be required, if you're upgrading from v0.97b or an old Git version:
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()"
This will cause your upcoming event list to be reset, so, if you had one set, you'll have to reconfigure it
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
