Difference between revisions of "Template:Installation"

From Servarr
Line 55: Line 55:
 
"ARRPORT"
 
"ARRPORT"
 
],
 
],
"description": "This template is expressly for the steps and processes of installing all the various ARR software on multiple different platforms",
+
"description": "This template is expressly for the steps and processes of installing all the various ARR software on multiple different platforms"
"format": "block"
 
 
}
 
}
 
</templatedata>
 
</templatedata>

Revision as of 16:08, 1 December 2020


This template is expressly for the steps and processes of installing all the various ARR software on multiple different platforms

Template parameters

ParameterDescriptionTypeStatus
ARRNAMEARRNAME

Name of the ARR

Default
Fake Radarr
Example
Radarr
Stringrequired
RunArrCommandLinuxRunArrCommandLinux

Command to Start & Run ARR Linux

Example
./opt/Radarr/Radarr -nobrowser -data=/home/radarr/.config/Radarr/
Stringrequired
RunArrCommandOSXRunArrCommandOSX

Command to Start & Run ARR OSX

Example
./opt/Radarr/Radarr -nobrowser -data=/home/radarr/.config/Radarr/
Stringrequired
ArrExecutableNameWinArrExecutableNameWin

Executable Name for Windows

Example
Radarr.exe
Stringrequired
ArrDownloadLinkArrDownloadLink

Link to the Arr Downloads

URLrequired
ArrLinuxAutoStartArrLinuxAutoStart

Autostart file instructions

Unknownrequired
ARRPORTARRPORT

Port number for the ARR

Default
7878
Example
Radarr: 7878, Sonarr: 8989, Lidarr: 8686, Readarr: 8787
Numberrequired


Installing

Windows

OSX

Linux

Auto Start Using Systemd

NAS

FreeNAS

Qnap

Synology

Docker

Docker on unRAID

  • Installation of {{{ARRNAME}}} is quite simple when it comes to unRAID as they have made installing Docker containers a breeze.
  1. Simply head on over to the community applications store on the top bar of your browser.

  2. Community Applications
    Communitty Applications
  3. In the search field type in {{{ARRNAME}}}

  4. Select which docker image you would like to install. There are several to choose from

  5.  [[File:{{{ARRNAME}}}-unraid-install.png|thumb|none|alt=Installation Options|Installation Options]]
    
  6. Depending on which container you go with will determine the steps in which you take. Some containers come preloaded with volumes mapped already. This is really up to your liking how you would like your container volumes to be laid out. It is highly recommended to follow the guide listed here for your volume mapping

  7. Depending on which container you select you may recieve a pop up asking you to Choose A Branch To Install when in doubt go with the Default :latest branch

  8. Once you have selected which container you are going to go with, you will need to either create the volumes for {{{ARRNAME}}} to be able to use or simply use the pre-filled ones. (Highly recommended to remove the pre-filled and use your own, to remove the pre-filled ones).

  9. To remove the pre-filled paths simply select the toggle in the upper right from Basic to Advanced view then scroll down to the pre-filled path and click Remove

    Toggle Advanced
    Toggle Advanced
    1. To create new volumes simply select the Add another Path, Port, Variable, Label or Device text at the bottom above the Apply button.

    2. Once the new window appears you will want to use the drop down box next to Config Type: and make sure that it is set to Path.

    3. From here you will want to fill out all pertinant information:

      1. Name: The name of this path, this can be any unique name more like a note to know what this path is for.

      2. Container Path: This will be the path that {{{ARRNAME}}} will see inside the container /data is a favorite

      3. Host Path: This is the path to the host (unRAID) machine, This will be /mnt/user/<Your User Share>

      4. NOTE If you follow the Docker Guide you will only need one Volume path to be made as all information that {{{ARRNAME}}} will need will be in one share /mnt/user/data

      5. The last three items Default Value:, Access Mode", and Description: Can be left alone.

      6. Click ADD

      7. Add New path
        Add New Path
    4. Last thing to check is to make sure Host Port for {{{ARRPORT}}} is filled in with {{{ARRPORT}}}, UNLESS This port causes any conflicts with any other container. If it does please choose a different port that is not in use.

    5. Click APPLY

  10. Now the {{{ARRNAME}}}'s container is being downloaded, once complete simply click the OK button at the bottom of the new pop up window

  11. Click DOCKER on the top row of your browser.

  12. Now all you will need to do is simply left click on your newly created container and select WebUI.

  13. Select WebUI
    Select WebUI
  14. Now a new browser tab should show up with {{{ARRNAME}}} running in all its glory. ENJOY

Manual Updates

Windows

OSX

Linux

Docker

Getting Started

// Do we need sub sections that much?

Windows

OSX

Linux

Docker