This is a snapshot of Indico's old Trac site. Any information contained herein is most probably outdated. Access our new GitHub site here.
wiki:Releases/Indico0.98.2

Indico v0.98.2

If you need a detailed installation process, please read here.

easy_install

easy_install indico

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

$ indico_initial_setup --existing-config=/opt/indico/etc/indico.conf
$ python /path/to/indico/bin/migration/migrate_0.97_0.98.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 indico_initial_setup;

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.98 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.

Last modified 3 years ago Last modified on 11/20/12 11:29:43