.. _upgrade: Upgrade Instructions ==================== #. Download IScorE |release| Download iscore-|release|.tar.gz from ISEChest. .. important:: The folder structure has changed in this version of IScorE. You will want to back up your ``settingslocal.py`` and replace your existing installation directory. Extract the new files to your installation directory. #. Update configuration Add ``root /path/to/iscore;`` to the ``location ^~ /static/`` block in your :ref:`nginx configuration `. #. Install IScorE Run ``sudo python setup.py install``. #. Update dependencies To update the python dependencies, run ``sudo pip install -r requirements.txt`` from the directory IScorE is installed in. #. Update the database Run ``python manage.py migrate`` to update the database. #. Restart Services Finally, you can simply run ``supervisorctl restart iscore scheduler`` to restart IScorE and the Service Scanner. You are now running IScorE |release|.