forked from midgetspy/Sick-Beard
-
Notifications
You must be signed in to change notification settings - Fork 71
Installation Instructions
Marcos Junior edited this page Mar 8, 2019
·
26 revisions
If you like my work, please donate at SickBeard main interface donate button.
The easy way to get everything running in a minute:
- Install docker and git via your OS package manager
git clone https://github.com/junalmeida/Sick-Beard.git
cd Sick-Beard
docker-compose up -d
- Wait for it to startup then access your browser at
localhost:8081
.
You need to install python and cheetah only once. To check if it is installed just type "python -V" in a terminal window. In the unlikely event it's not already installed you can simply install it with your OSes package manager. For Windows and Mac OSX, download here: http://www.python.org/download/
- Download https://github.com/junalmeida/Sick-Beard/archive/master.zip
- Extract the downloaded file. You can rename and move the extracted folder.
cd Sick-Beard
pip install -r requirements.txt
python SickBeard.py
If your torrents have compressed files (rar, zip, etc), you can use the scripts provided in the autoProcessTV folder.
If you have a distribution that ships with python 2.6 or older, please refer to: @amitkeret post