Upgrade Instructions¶
Download IScorE 2.1.0
Download iscore-2.1.0.tar.gz from ISEChest.
Extract the new files to your installation directory.
Upgrade your Python version
- IScorE now runs on Python 3.5. If you have a previous install running 2.7, you will need to either modify your existing machine to use 3.5 or replace it with a new copy of the IScorE VM. See the installation instructions for more details.
Install IScorE
Run
sudo python setup.py install.Update dependencies
To update the python dependencies, run
sudo pip install -r requirements.txtfrom the directory IScorE is installed in.Update the database
Run
python manage.py migrateto update the database.Restart Services
Finally, you can simply run
supervisorctl restart iscore scheduler worker celery_beatto restart IScorE and the Service Scanner. You are now running IScorE 2.1.0.