Difference between revisions of "Template:Installation"

From Servarr
Tag: Blanking
(create layout)
Line 1: Line 1:
  
 +
<noinclude>
 +
<templatedata>
 +
{
 +
"params": {
 +
"ARRNAME": {
 +
"description": "Name of the ARR",
 +
"example": "Radarr",
 +
"type": "string",
 +
"required": true
 +
},
 +
"RunArrCommand": {
 +
"description": "Command to Start & Run ARR",
 +
"example": "./opt/Radarr/Radarr -nobrowser -data=/home/radarr/.config/Radarr/",
 +
"required": true
 +
},
 +
"ArrExecutableNameWin": {
 +
"description": "Executable Name for Windows",
 +
"example": "Radarr.exe",
 +
"type": "string",
 +
"required": true
 +
}
 +
},
 +
"description": "The parameter to run the ARR",
 +
"paramOrder": [
 +
"ARRNAME",
 +
"RunArrCommand",
 +
"ArrExecutableNameWin"
 +
]
 +
}
 +
</templatedata>
 +
</noinclude>
 +
 +
= Installing =
 +
== Windows ==
 +
 +
== OSX ==
 +
 +
== Linux ==
 +
 +
== Auto Start Using Systemd ==
 +
 +
== Docker ==
 +
 +
= Manual Updates =
 +
== Windows ==
 +
 +
== OSX ==
 +
 +
== Linux ==
 +
 +
== Docker ==
 +
 +
 +
= Getting Started =
 +
== Windows ==
 +
 +
== OSX ==
 +
 +
== Linux ==
 +
 +
== Docker ==

Revision as of 14:46, 23 November 2020


The parameter to run the ARR

Template parameters

ParameterDescriptionTypeStatus
ARRNAMEARRNAME

Name of the ARR

Example
Radarr
Stringrequired
RunArrCommandRunArrCommand

Command to Start & Run ARR

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

Executable Name for Windows

Example
Radarr.exe
Stringrequired


Installing

Windows

OSX

Linux

Auto Start Using Systemd

Docker

Manual Updates

Windows

OSX

Linux

Docker

Getting Started

Windows

OSX

Linux

Docker