I just did a full upgrade tonight.
apt-get update
apt-get upgrade
apt-get dist-upgrade
pip install pip --upgrade
pip install gunicorn --upgrade
grabbed the latest ser2sock and installed it
Couple of reboots
So, I went in stages:
get ser2sock working again . see
viewtopic.php?f=3&t=288 but look at the lower part of the thread where the new updates are listed.
test as listed by telneting to 127.0.0.1 10000 (remember to reboot)
updated alarmdecoder-webapp (followed the instructions on
https://github.com/nutechsoftware/alarmdecoder-webapp but DID NOT initialize the database (sudo python manage.py initdb)
I had missed
- Code: Select all
sudo ln -s /usr/local/bin/gunicorn /usr/bin/gunicorn
that prevented gunicorn from restarting
Tim