Upgrade Instructions¶
Download IScorE 1.7.0
Download iscore-1.7.0.tar.gz from ISEChest.
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.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 1.7.0.