Upgrade Instructions

  1. Download IScorE 2.0.0

    Download iscore-2.0.0.tar.gz from ISEChest.

    Extract the new files to your installation directory.

  2. Update configuration

    You might need to update your `/path/to/iscore/iscore/settingslocal.py` to use Django 1.11 features. You should not need to this unless you have custom changes.

  3. Install Redis

    If you have not already installed redis on your IScorE server you will need to run `sudo apt-get install redis-server`

  4. Install IScorE

    Run sudo python setup.py install.

  5. Update dependencies

    To update the python dependencies, run sudo pip install -r requirements.txt from the directory IScorE is installed in.

  6. Update the database

    Run python manage.py migrate to update the database.

  7. Restart Services

    Finally, you can simply run supervisorctl restart iscore scheduler worker celery_beat to restart IScorE and the Service Scanner. You are now running IScorE 2.0.0.