Difference between revisions of "Template:Installation"
From Servarr
Tag: Blanking |
Bakerboy448 (talk | contribs) (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
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| ARRNAME | ARRNAME | Name of the ARR
| String | required |
| RunArrCommand | RunArrCommand | Command to Start & Run ARR
| Unknown | required |
| ArrExecutableNameWin | ArrExecutableNameWin | Executable Name for Windows
| String | required |