1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-28 20:27:21 +02:00

Tweaked linux install guide + minor fixes

Abzie 2017-02-02 17:43:39 +00:00
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` `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.