Indico v0.99
If you need a detailed version of the installation process, please read here.
easy_install
easy_install indico
If you are upgrading from 0.97, please note that the package has been renamed from cds-indico to indico. Make sure you delete the old .egg file before installing.
Download
If you prefer to download the egg or tarball to install manually:
Upgrading
from 0.97.x/0.98/0.99
$ indico_initial_setup --existing-config=/opt/indico/etc/indico.conf $ python /path/to/indico/bin/migration/migrate.py --prev-version=<version>
Replacing <version> by the version you are upgrading from (e.g. 0.97).
If you are using the Room Booking module, you should add the --with-rb parameter to python /path/to/indico/bin/migration/migrate.py --prev-version=<version>;
If you are upgrading from 0.97b, you should also follow the section "from v0.97b or Git Repo".
from 0.96.2
Since the new version comes with more indexes, before running the migration script for 0.99 you should execute the following scripts:
/indico_home_directory/bin/maintenance/indexes/reindexcategorynameindex.py /indico_home_directory/bin/maintenance/indexes/reindexcategorydateindex.py
(then proceed as if you were coming from 0.97.x)
from older versions
Check the instructions here.