Skip to content

Commit

Permalink
Pin redis to version 2.10.6 to work around celery/celery#5175
Browse files Browse the repository at this point in the history
  • Loading branch information
lenoch committed Nov 21, 2018
1 parent befb2ae commit 6c2c115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install/install.ubuntu.sh
Expand Up @@ -54,7 +54,7 @@ apt-get install openssh-server net-tools nginx redis-server build-essential open
apt-get install python python-dev python-pip python-lxml python-cheetah python-simplejson
apt-get install libltdl7 libpcre3 libpcre++-dev libxml2-dev libxslt-dev libltdl-dev

pip install redis gunicorn celery
pip install 'redis==2.10.6' gunicorn celery

# install kontext requirements
pip install -r ${INSTALL_DIR}/requirements.txt
Expand Down

0 comments on commit 6c2c115

Please sign in to comment.