Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
redhat:other-redhat:usenet-download-redhat [2019/07/29 16:37] – michael | redhat:other-redhat:usenet-download-redhat [2020/06/14 14:58] (current) – [Install Usenet Services] michael | ||
---|---|---|---|
Line 331: | Line 331: | ||
< | < | ||
# cd /tmp/ | # cd /tmp/ | ||
- | # wget https:// | + | # wget https:// |
- | # tar -xvf Radarr.develop.0.2.0.980.linux.tar.gz | + | # tar -xvf Radarr.develop* |
# mkdir -p / | # mkdir -p / | ||
Line 482: | Line 482: | ||
< | < | ||
- | # cd /tmp/ | + | # yum install |
- | # wget https://github.com/morpheus65535/bazarr/archive/v0.7.5.1.tar.gz | + | # yum install unrar.x86_64 python3-pip python36-distutils-extra.noarch |
- | # tar -xvf v0.7.5.1.tar.gz | + | # cd /opt/ |
+ | # git clone https:// | ||
- | # mkdir /opt/radarr | ||
# useradd --system --home-dir=/ | # useradd --system --home-dir=/ | ||
# usermod -a -G usenetserver bazarr | # usermod -a -G usenetserver bazarr | ||
- | # cp -R bazarr-0.7.5.1/ | + | # chown -R bazarr: /opt/bazarr |
# ls -la / | # ls -la / | ||
- | # chown -R bazarr: | ||
- | # yum install python-pip | ||
# pip install -r / | # pip install -r / | ||
+ | # vim / | ||
+ | </ | ||
+ | |||
+ | <sxh bash; highlight: [11];> | ||
+ | ... | ||
+ | [general] | ||
+ | update_restart = True | ||
+ | movie_default_hi = False | ||
+ | movie_default_language = [] | ||
+ | serie_default_forced = False | ||
+ | chmod = 0640 | ||
+ | use_scenename = True | ||
+ | use_postprocessing = False | ||
+ | use_radarr = False | ||
+ | base_url = / | ||
+ | page_size = 25 | ||
+ | ... | ||
+ | </ | ||
+ | |||
+ | < | ||
# / | # / | ||
</ | </ | ||
Line 527: | Line 546: | ||
< | < | ||
+ | # chown -R bazarr: | ||
# systemctl daemon-reload | # systemctl daemon-reload | ||
+ | |||
# systemctl start bazarr && systemctl status bazarr | # systemctl start bazarr && systemctl status bazarr | ||
# systemctl enable bazarr | # systemctl enable bazarr |