Browse Source

Merge 8f77bfea08 into 711310d0c3

pull/6480/merge
AJFried 8 years ago
committed by GitHub
parent
commit
287417f686
  1. 2
      CouchPotato.py
  2. 2
      README.md

2
CouchPotato.py

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/python2
from __future__ import print_function from __future__ import print_function
from logging import handlers from logging import handlers
from os.path import dirname from os.path import dirname

2
README.md

@ -42,7 +42,7 @@ Linux:
* 'cd' to the folder of your choosing. * 'cd' to the folder of your choosing.
* Install [PyOpenSSL](https://pypi.python.org/pypi/pyOpenSSL) with `pip install --upgrade pyopenssl` * Install [PyOpenSSL](https://pypi.python.org/pypi/pyOpenSSL) with `pip install --upgrade pyopenssl`
* Run `git clone https://github.com/CouchPotato/CouchPotatoServer.git` * Run `git clone https://github.com/CouchPotato/CouchPotatoServer.git`
* Then do `python CouchPotatoServer/CouchPotato.py` to start * Then do `python2 CouchPotatoServer/CouchPotato.py` to start
* (Ubuntu / Debian with upstart) To run on boot copy the init script `sudo cp CouchPotatoServer/init/ubuntu /etc/init.d/couchpotato` * (Ubuntu / Debian with upstart) To run on boot copy the init script `sudo cp CouchPotatoServer/init/ubuntu /etc/init.d/couchpotato`
* (Ubuntu / Debian with upstart) Copy the default paths file `sudo cp CouchPotatoServer/init/ubuntu.default /etc/default/couchpotato` * (Ubuntu / Debian with upstart) Copy the default paths file `sudo cp CouchPotatoServer/init/ubuntu.default /etc/default/couchpotato`
* (Ubuntu / Debian with upstart) Change the paths inside the default file `sudo nano /etc/default/couchpotato` * (Ubuntu / Debian with upstart) Change the paths inside the default file `sudo nano /etc/default/couchpotato`

Loading…
Cancel
Save