Tweaked linux install guide + minor fixes

master
Abzie 7 years ago
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,47 +16,47 @@ 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
Change to the install directory. In this case, /opt.
Now proceed to **Set up Radarr**
cd /opt
--
Get the latest tar link from https://github.com/Radarr/Radarr/releases and pull it to the install directory with wget.
### Fedora ###
wget https://github.com/Radarr/Radarr/releases/download/v0.2.0.99/Radarr.develop.0.2.0.99.linux.tar.gz
Install dependencies:
Extract the tar file.
dnf install mono-core mono-devel mono-locale-extras curl mediainfo
tar -xvzf Radarr.develop.0.2.0.99.linux.tar.gz
Now proceed to **Set up Radarr**
--
### Arch Linux ###
### Fedora ###
Available in AUR:
https://aur.archlinux.org/packages/radarr/
Install requirements:
--
dnf install mono-core mono-devel mono-locale-extras curl mediainfo
### Set up Radarr ###
Then follow the "Ubuntu/Debian instructions" and "Autostart systemd instructions" from there.
Change to the install directory. In this case, /opt.
--
cd /opt
Get the latest tar link from https://github.com/Radarr/Radarr/releases and pull it to the install directory with wget.
### Arch Linux ###
Available in AUR:
https://aur.archlinux.org/packages/radarr/
wget https://github.com/Radarr/Radarr/releases/download/v0.2.0.99/Radarr.develop.0.2.0.99.linux.tar.gz
---
Extract the tar file.
### Autostart Radarr on Linux ###
tar -xvzf Radarr.develop.0.2.0.99.linux.tar.gz
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…
Cancel
Save