From 90de6b3a5854e50790bfac6dfea89c3f4d975fb1 Mon Sep 17 00:00:00 2001 From: Mario Loria Date: Mon, 7 Sep 2015 09:50:27 -0400 Subject: [PATCH] Add install step to install pyOpenSSL See https://github.com/RuudBurger/CouchPotatoServer/issues/5391 It's important we tell people to do this or else CouchPotato won't be able to make external SSL/TLS connections. This causes most functionality to stop functioning including collecting metadata, searching providers, and notifications. NOTE: This is my second pull request for this issue...now correctly against the develop branch. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 87e54bd..e997219 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ Linux: * (Fedora / CentOS) Install [GIT](http://git-scm.com/) with `yum install git` * Install [LXML](http://lxml.de/installation.html) for better/faster website scraping * 'cd' to the folder of your choosing. +* Install [PyOpenSSL](https://pypi.python.org/pypi/pyOpenSSL) with `pip install --upgrade pyopenssl` * Run `git clone https://github.com/RuudBurger/CouchPotatoServer.git` * Then do `python CouchPotatoServer/CouchPotato.py` to start * (Ubuntu / Debian) To run on boot copy the init script `sudo cp CouchPotatoServer/init/ubuntu /etc/init.d/couchpotato`