Skip to content

Instantly share code, notes, and snippets.

@pferreir
Last active August 29, 2015 14:14
Show Gist options
  • Save pferreir/ab1b463cd8a351372004 to your computer and use it in GitHub Desktop.
Save pferreir/ab1b463cd8a351372004 to your computer and use it in GitHub Desktop.
Updating Indico to the latest 1.2 release
$ git clone https://github.com/indico/indico.git
$ cd indico
$ git checkout v1.2
$ python setup.py install
$ indico_initial_setup --existing-config=/opt/indico/etc/indico.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment