Difference between revisions of "Installation Misc"

From Servarr
Line 1: Line 1:
 
== Installation ==
 
== Installation ==
 
=== Radarr ===
 
=== Radarr ===
 
+
<section begin=radarr_linux_ubuntu_repository_installation />
 +
Radarr does not currently support repository installation.
 +
<section end=radarr_linux_ubuntu_repository_installation />
 
=== Sonarr ===
 
=== Sonarr ===
 +
<section begin=sonarr_linux_ubuntu_repository_installation />
 +
Add the Sonarr Repository:
 +
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 0xA236C58F409091A18ACA53CBEBFF6B99D9B78493
 +
echo "deb http://apt.sonarr.tv/ master main" | sudo tee /etc/apt/sources.list.d/sonarr.list
 +
Update and install:
 +
sudo apt update
 +
sudo apt install nzbdrone
 +
To start Sonarr, you need to call the mono executable:
 +
/usr/bin/mono --debug /opt/NzbDrone/NzbDrone.exe
 +
<section end=sonarr_linux_ubuntu_repository_installation />
  
 
====Big Sur====
 
====Big Sur====

Revision as of 18:10, 2 December 2020

Installation

Radarr

Radarr does not currently support repository installation.

Sonarr

Add the Sonarr Repository:

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 0xA236C58F409091A18ACA53CBEBFF6B99D9B78493
echo "deb http://apt.sonarr.tv/ master main" | sudo tee /etc/apt/sources.list.d/sonarr.list

Update and install:

sudo apt update
sudo apt install nzbdrone 

To start Sonarr, you need to call the mono executable:

/usr/bin/mono --debug /opt/NzbDrone/NzbDrone.exe


Big Sur

  1. After downloading Sonarr V3 from hereThe zip file will be located in your downloads directory.
  2. After the downlaod has finished you'll need to unzip the file from there you'll have a Sonarr.app in your downloads folder simply move the Sonarr.app to your Applications directory.
  3. Move-sonarr-to-applications.gif
  4. From there if you go to your launch pad you'll notice that Sonarr is now in there, double click on Sonarr
  5. You'll probably get a pop up that says "Sonarr.app" cannot be opened because the developer cannot be verified.
  6. Sonarr-developer-cannot-be-verified.png
  7. Dont fret we can get this fixed.
    1. Click on System Preferences in your dock
    2. Click Security and Privacy
    3. Click Open Anyways
    4. You'll get a pop up that looks something like this:
    5. framless
    6. Click Open
  8. Now since Sonarr uses the Mono Framework Version 5.20 or later if you do not already have that installed you'll recieve a pop up like this
  9. Sonarr-cannot-launch-sonarr-mono.png
    • Note: If Mono is already installed skip these steps
    1. Click Download
    2. Safari (or default browser) will now open up to the Mono Project for macOS. Click Download mono (Stable channel)
    3. Once the download is complete go to your downloads folder and click the new pkg file that was downloaded and install it
    4. After installation is complete go back and reopen Sonarr
  10. Now browse to http://localhost:8989

Now you're all set Sonarr is now up and running on your system Have fun