|
1 | | -<install-steps> |
2 | | - <install-step title="Introduction"> |
3 | | - <p>The easiest way to install Radarr on macOS is to use the App archive with the steps described below.</p> |
4 | | - <!-- TODO: Check mac migration support --> |
5 | | - <migration-alert> |
6 | | - The Radarr v3 package will attempt to automatically migrate an existing Radarr v0.2 database. |
7 | | - Radarr v0.2 used the user's home directory |
8 | | - <code>~/.config/Radarr</code> |
9 | | - to store the application data which v3 also uses.<br/> |
10 | | - </migration-alert> |
11 | | - </install-step> |
12 | | - <install-step num="1" title="Download App package"> |
13 | | - <a class="btn btn-radarr" href="https://radarr.servarr.com/v1/update/master/updatefile?os=osx&runtime=netcore&arch=x64&installer=true">Download macOS App</a> |
14 | | - </install-step> |
15 | | - <install-step num="2" title="Install App"> |
16 | | - <p>Open the archive and drag the Radarr icon to your Application folder.</p> |
17 | | - <alert level="warning">Radarr v3 is not compatible with OSX versions < 10.13 (High Sierra) due to netcore incompatibilities.</alert> |
18 | | - </install-step> |
19 | | - <install-step num="3" title="Start Radarr"> |
20 | | - <p>Open Radarr.app in your Application folder.</p> |
21 | | - </install-step> |
22 | | - <install-step num="4" title="View Radarr"> |
23 | | - <p> |
24 | | - Browse to |
25 | | - <code>http://localhost:7878</code> |
26 | | - to start using Radarr. |
27 | | - </p> |
28 | | - </install-step> |
29 | | -</install-steps> |
30 | | -<install-alternatives id="downloads-v3-macos-alternatives"> |
31 | | - <h5>Manual Install</h5> |
32 | | - <p> |
33 | | - It is possible to install Radarr manually using the |
34 | | - <a href="https://radarr.servarr.com/v1/update/master/updatefile?os=osx&runtime=netcore&arch=x64">.tar.gz download</a>. However in that case you must manually deal with dependencies, installation and permissions. |
35 | | - </p> |
36 | | - <h5>Docker container</h5> |
37 | | - <p> |
38 | | - You can follow the |
39 | | - <a href="#downloads-v3-docker">Docker guide</a> |
40 | | - to install Radarr as a Docker container instead. |
41 | | - </p> |
42 | | -</install-alternatives> |
| 1 | +<install-steps> |
| 2 | + <install-step title="Introduction"> |
| 3 | + <p>The easiest way to install Radarr on macOS is to use the App archive with the steps described below.</p> |
| 4 | + <!-- TODO: Check mac migration support --> |
| 5 | + <migration-alert> |
| 6 | + The Radarr v4 package will attempt to automatically migrate an existing Radarr v0.2 or v3 database. |
| 7 | + Radarr v0.2 used the user's home directory |
| 8 | + <code>~/.config/Radarr</code> |
| 9 | + to store the application data which v4 also uses.<br/> |
| 10 | + </migration-alert> |
| 11 | + </install-step> |
| 12 | + <install-step num="1" title="Download App package"> |
| 13 | + <a class="btn btn-radarr" href="https://radarr.servarr.com/v1/update/master/updatefile?os=osx&runtime=netcore&arch=x64&installer=true">Download macOS App</a> |
| 14 | + </install-step> |
| 15 | + <install-step num="2" title="Install App"> |
| 16 | + <p>Open the archive and drag the Radarr icon to your Application folder.</p> |
| 17 | + <alert level="warning">Radarr v4 is not compatible with OSX versions < 10.15 (Catalina) due to .NET incompatibilities.</alert> |
| 18 | + </install-step> |
| 19 | + <install-step num="3" title="Self-sign Radarr"> |
| 20 | + <p>Self-sign Radarr `codesign --force --deep -s - Radarr.app`</p> |
| 21 | + </install-step> |
| 22 | + <install-step num="4" title="Start Radarr"> |
| 23 | + <p>Open Radarr.app in your Application folder.</p> |
| 24 | + </install-step> |
| 25 | + <install-step num="5" title="View Radarr"> |
| 26 | + <p> |
| 27 | + Browse to |
| 28 | + <code>http://localhost:7878</code> |
| 29 | + to start using Radarr. |
| 30 | + </p> |
| 31 | + </install-step> |
| 32 | +</install-steps> |
| 33 | +<install-alternatives id="downloads-v3-macos-alternatives"> |
| 34 | + <h5>Manual Install</h5> |
| 35 | + <p> |
| 36 | + It is possible to install Radarr manually using the |
| 37 | + <a href="https://radarr.servarr.com/v1/update/master/updatefile?os=osx&runtime=netcore&arch=x64">.tar.gz download</a>. However in that case you must manually deal with dependencies, installation and permissions. |
| 38 | + </p> |
| 39 | + <h5>Docker container</h5> |
| 40 | + <p> |
| 41 | + You can follow the |
| 42 | + <a href="#downloads-v3-docker">Docker guide</a> |
| 43 | + to install Radarr as a Docker container instead. |
| 44 | + </p> |
| 45 | +</install-alternatives> |
0 commit comments