Browse Source

Merge pull request #5397 from InAnimaTe/patch-2

Add install step to install pyOpenSSL
pull/5430/head
Ruud Burger 10 years ago
parent
commit
3c7604c8d1
  1. 1
      README.md

1
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`

Loading…
Cancel
Save