Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

need to add installation of python redis wrapper to deploy script #140

Open
mtholder opened this issue Jan 18, 2018 · 0 comments
Open

need to add installation of python redis wrapper to deploy script #140

mtholder opened this issue Jan 18, 2018 · 0 comments

Comments

@mtholder
Copy link
Member

We needed version 2.10 of the python client.

Perhaps this should be in https://github.com/OpenTreeOfLife/phylesystem-api/blob/master/requirements.txt instead of the deployment script.

The steps I used (to get the phylesystem-api working again on api) were:

wget -O downloads/redis-2.10.6.tar.gz https://pypi.python.org/packages/09/8d/6d34b75326bf96d4139a2ddd8e74b80840f800a0a79f9294399e212cb9a7/redis-2.10.6.tar.gz#md5=048348d8cfe0b5d0bba2f4d835005c3b
cd downloads
tar xfvz redis-2.10.6.tar.gz
cd redis-2.10.6
python setup.py install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant