mirror of
https://github.com/Radarr/Radarr
synced 2025-01-03 05:44:50 +00:00
Tweaked linux install guide + minor fixes
parent
93022dfde7
commit
6953c333aa
1 changed files with 27 additions and 27 deletions
|
@ -4,7 +4,7 @@ Create a new folder called Radarr in your desired installation location
|
||||||
|
|
||||||
`Default Location = C:\ProgramData\Radarr\Bin`
|
`Default Location = C:\ProgramData\Radarr\Bin`
|
||||||
|
|
||||||
Place the contents of the .zip in the folder the folder.
|
Place the contents of the .zip in the folder
|
||||||
|
|
||||||
`After extraction = C:\ProgramData\Radarr\Bin`
|
`After extraction = C:\ProgramData\Radarr\Bin`
|
||||||
|
|
||||||
|
@ -16,15 +16,37 @@ Radarr should now be installed as a service and auto started, check it is runnin
|
||||||
|
|
||||||
`Click the services Tab and find Radarr, Right click and choose "Start"`
|
`Click the services Tab and find Radarr, Right click and choose "Start"`
|
||||||
|
|
||||||
--
|
---
|
||||||
|
|
||||||
|
|
||||||
### Debian/Ubuntu ###
|
### Debian/Ubuntu ###
|
||||||
|
|
||||||
Install requirements:
|
Install dependencies:
|
||||||
|
|
||||||
apt update && apt install libmono-cil-dev curl mediainfo
|
apt update && apt install libmono-cil-dev curl mediainfo
|
||||||
|
|
||||||
|
Now proceed to **Set up Radarr**
|
||||||
|
|
||||||
|
--
|
||||||
|
|
||||||
|
### Fedora ###
|
||||||
|
|
||||||
|
Install dependencies:
|
||||||
|
|
||||||
|
dnf install mono-core mono-devel mono-locale-extras curl mediainfo
|
||||||
|
|
||||||
|
Now proceed to **Set up Radarr**
|
||||||
|
|
||||||
|
--
|
||||||
|
|
||||||
|
### Arch Linux ###
|
||||||
|
|
||||||
|
Available in AUR:
|
||||||
|
https://aur.archlinux.org/packages/radarr/
|
||||||
|
|
||||||
|
--
|
||||||
|
|
||||||
|
### Set up Radarr ###
|
||||||
|
|
||||||
Change to the install directory. In this case, /opt.
|
Change to the install directory. In this case, /opt.
|
||||||
|
|
||||||
cd /opt
|
cd /opt
|
||||||
|
@ -37,26 +59,4 @@ Extract the tar file.
|
||||||
|
|
||||||
tar -xvzf Radarr.develop.0.2.0.99.linux.tar.gz
|
tar -xvzf Radarr.develop.0.2.0.99.linux.tar.gz
|
||||||
|
|
||||||
--
|
To run Radarr on startup, follow [this Wiki article](https://github.com/Radarr/Radarr/wiki/Autostart-on-Linux) relevent to your Distro.
|
||||||
|
|
||||||
|
|
||||||
### Fedora ###
|
|
||||||
|
|
||||||
Install requirements:
|
|
||||||
|
|
||||||
dnf install mono-core mono-devel mono-locale-extras curl mediainfo
|
|
||||||
|
|
||||||
Then follow the "Ubuntu/Debian instructions" and "Autostart systemd instructions" from there.
|
|
||||||
|
|
||||||
--
|
|
||||||
|
|
||||||
|
|
||||||
### Arch Linux ###
|
|
||||||
Available in AUR:
|
|
||||||
https://aur.archlinux.org/packages/radarr/
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
### Autostart Radarr on Linux ###
|
|
||||||
|
|
||||||
Follow [this Wiki article](https://github.com/Radarr/Radarr/wiki/Autostart-on-Linux) relevent to your Distro.
|
|
Loading…
Reference in a new issue