Upgrade InstructionsΒΆ
Download IScorE 1.6
Download iscore-1.6.tar.gz from ISEChest.
Important
The folder structure has changed in this version of IScorE. You will want to back up your
settingslocal.pyand replace your existing installation directory.Extract the new files to your installation directory.
Update configuration
Add
root /path/to/iscore;to thelocation ^~ /static/block in your nginx configuration.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 schedulerto restart IScorE and the Service Scanner. You are now running IScorE 1.6.