mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-16 16:04:08 +01:00
Tweaked linux install guide + minor fixes
parent
93022dfde7
commit
6953c333aa
@ -4,7 +4,7 @@ Create a new folder called Radarr in your desired installation location
|
||||
|
||||
`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`
|
||||
|
||||
@ -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"`
|
||||
|
||||
--
|
||||
|
||||
---
|
||||
|
||||
### Debian/Ubuntu ###
|
||||
|
||||
Install requirements:
|
||||
Install dependencies:
|
||||
|
||||
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.
|
||||
|
||||
cd /opt
|
||||
@ -37,26 +59,4 @@ Extract the tar file.
|
||||
|
||||
tar -xvzf Radarr.develop.0.2.0.99.linux.tar.gz
|
||||
|
||||
--
|
||||
|
||||
|
||||
### 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.
|
||||
To run Radarr on startup, follow [this Wiki article](https://github.com/Radarr/Radarr/wiki/Autostart-on-Linux) relevent to your Distro.
|
Loading…
Reference in New Issue
Block a user