-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename downloads section and update for v5
- Loading branch information
Showing
21 changed files
with
185 additions
and
185 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<alert level="info"> | ||
<h4 class="alert-heading">Radarr migration</h4> | ||
<${input.renderBody}/> | ||
</alert> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<div class="row"> | ||
<ul class="nav nav-tabs nav-justified"> | ||
<tabview-item active href="#downloads-windows" icon="fab-windows">Windows</tabview-item> | ||
<tabview-item href="#downloads-linux" icon="fab-linux">Linux</tabview-item> | ||
<tabview-item href="#downloads-macos" icon="fab-apple">macOS</tabview-item> | ||
<tabview-item href="#downloads-nas" icon="fas-hdd">NAS</tabview-item> | ||
<tabview-item href="#downloads-docker" icon="fab-docker">Docker</tabview-item> | ||
<tabview-item href="#downloads-bsd" icon="fab-freebsd">BSD</tabview-item> | ||
<tabview-item href="#downloads-other" icon="fas-ellipsis-v"> Others</tabview-item> | ||
</ul> | ||
<div class="tab-content" id="downloads-tabcontent"> | ||
<tabview-pane active id="downloads-windows" file="downloads/windows.marko"/> | ||
<tabview-pane id="downloads-linux" file="downloads/linux.marko"/> | ||
<tabview-pane id="downloads-macos" file="downloads/macos.marko"/> | ||
<tabview-pane id="downloads-nas" file="downloads/nas.marko"/> | ||
<tabview-pane id="downloads-docker" file="downloads/docker.marko"/> | ||
<tabview-pane id="downloads-bsd" file="downloads/bsd.marko"/> | ||
<tabview-pane id="downloads-other"> | ||
<alert level="info"> | ||
Please contact us if you wish to port Radarr for any other platform that the ones already listed.<br/> | ||
We prefer to coordinate on any port. | ||
</alert> | ||
</tabview-pane> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 9 additions & 9 deletions
18
src/sections/downloads-v3/linux.marko → src/sections/downloads/linux.marko
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
92 changes: 46 additions & 46 deletions
92
src/sections/downloads-v3/macos.marko → src/sections/downloads/macos.marko
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,46 @@ | ||
<install-steps> | ||
<install-step title="Introduction"> | ||
<p>The easiest way to install Radarr on macOS is to use the App archive with the steps described below.</p> | ||
<!-- TODO: Check mac migration support --> | ||
<migration-alert> | ||
The Radarr v4 package will attempt to automatically migrate an existing Radarr v0.2 or v3 database. | ||
Radarr v0.2 used the user's home directory | ||
<code>~/.config/Radarr</code> | ||
to store the application data which v4 also uses.<br/> | ||
</migration-alert> | ||
</install-step> | ||
<install-step num="1" title="Download App package"> | ||
<a class="btn btn-radarr" href="https://radarr.servarr.com/v1/update/master/updatefile?os=osx&runtime=netcore&arch=x64&installer=true">Download Intel macOS App</a> | ||
<a class="btn btn-radarr" href="https://radarr.servarr.com/v1/update/master/updatefile?os=osx&runtime=netcore&arch=arm64&installer=true">Download Arm macOS App</a> | ||
</install-step> | ||
<install-step num="2" title="Install App"> | ||
<p>Open the archive and drag the Radarr icon to your Application folder.</p> | ||
<alert level="warning">Radarr v4 is not compatible with OSX versions < 10.15 (Catalina) due to .NET incompatibilities.</alert> | ||
</install-step> | ||
<install-step num="3" title="Self-sign Radarr"> | ||
<p>Self-sign Radarr `codesign --force --deep -s - Radarr.app`</p> | ||
</install-step> | ||
<install-step num="4" title="Start Radarr"> | ||
<p>Open Radarr.app in your Application folder.</p> | ||
</install-step> | ||
<install-step num="5" title="View Radarr"> | ||
<p> | ||
Browse to | ||
<code>http://localhost:7878</code> | ||
to start using Radarr. | ||
</p> | ||
</install-step> | ||
</install-steps> | ||
<install-alternatives id="downloads-v3-macos-alternatives"> | ||
<h5>Manual Install</h5> | ||
<p> | ||
It is possible to install Radarr manually using the | ||
<a href="https://radarr.servarr.com/v1/update/master/updatefile?os=osx&runtime=netcore&arch=x64">Intel .tar.gz download</a> or <a href="https://radarr.servarr.com/v1/update/master/updatefile?os=osx&runtime=netcore&arch=arm64">Arm .tar.gz download</a> However in that case you must manually deal with dependencies, installation and permissions. | ||
</p> | ||
<h5>Docker container</h5> | ||
<p> | ||
You can follow the | ||
<a href="#downloads-v3-docker">Docker guide</a> | ||
to install Radarr as a Docker container instead. | ||
</p> | ||
</install-alternatives> | ||
<install-steps> | ||
<install-step title="Introduction"> | ||
<p>The easiest way to install Radarr on macOS is to use the App archive with the steps described below.</p> | ||
<!-- TODO: Check mac migration support --> | ||
<migration-alert> | ||
The Radarr package will attempt to automatically migrate an existing Radarr database. | ||
Radarr v0.2 used the user's home directory | ||
<code>~/.config/Radarr</code> | ||
to store the application data which v4 also uses.<br/> | ||
</migration-alert> | ||
</install-step> | ||
<install-step num="1" title="Download App package"> | ||
<a class="btn btn-radarr" href="https://radarr.servarr.com/v1/update/master/updatefile?os=osx&runtime=netcore&arch=x64&installer=true">Download Intel macOS App</a> | ||
<a class="btn btn-radarr" href="https://radarr.servarr.com/v1/update/master/updatefile?os=osx&runtime=netcore&arch=arm64&installer=true">Download Arm macOS App</a> | ||
</install-step> | ||
<install-step num="2" title="Install App"> | ||
<p>Open the archive and drag the Radarr icon to your Application folder.</p> | ||
<alert level="warning">Radarr v5 is not compatible with OSX versions < 10.15 (Catalina) due to .NET incompatibilities.</alert> | ||
</install-step> | ||
<install-step num="3" title="Self-sign Radarr"> | ||
<p>Self-sign Radarr `codesign --force --deep -s - Radarr.app`</p> | ||
</install-step> | ||
<install-step num="4" title="Start Radarr"> | ||
<p>Open Radarr.app in your Application folder.</p> | ||
</install-step> | ||
<install-step num="5" title="View Radarr"> | ||
<p> | ||
Browse to | ||
<code>http://localhost:7878</code> | ||
to start using Radarr. | ||
</p> | ||
</install-step> | ||
</install-steps> | ||
<install-alternatives id="downloads-macos-alternatives"> | ||
<h5>Manual Install</h5> | ||
<p> | ||
It is possible to install Radarr manually using the | ||
<a href="https://radarr.servarr.com/v1/update/master/updatefile?os=osx&runtime=netcore&arch=x64">Intel .tar.gz download</a> or <a href="https://radarr.servarr.com/v1/update/master/updatefile?os=osx&runtime=netcore&arch=arm64">Arm .tar.gz download</a> However in that case you must manually deal with dependencies, installation and permissions. | ||
</p> | ||
<h5>Docker container</h5> | ||
<p> | ||
You can follow the | ||
<a href="#downloads-docker">Docker guide</a> | ||
to install Radarr as a Docker container instead. | ||
</p> | ||
</install-alternatives> |
18 changes: 9 additions & 9 deletions
18
src/sections/downloads-v3/nas.marko → src/sections/downloads/nas.marko
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
38 changes: 19 additions & 19 deletions
38
src/sections/downloads-v3/windows.marko → src/sections/downloads/windows.marko
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
<install-steps> | ||
<install-step title="Installation"> | ||
<p> | ||
Please see our Servarr Wiki for | ||
<a href="https://wiki.servarr.com/radarr/installation#windows"> installation instructions.</a> | ||
</p> | ||
<p>Download the Windows Installer with the following link and execute it.</p> | ||
<a class="btn btn-radarr" href="https://radarr.servarr.com/v1/update/master/updatefile?os=windows&runtime=netcore&arch=x64&installer=true">Download Windows x64 Installer</a> | ||
<a class="btn btn-radarr" href="https://radarr.servarr.com/v1/update/master/updatefile?os=windows&runtime=netcore&arch=x86&installer=true">Download Windows x86 Installer</a> | ||
<migration-alert>Radarr v4 will convert any existing v0.2 or v3 directory automatically on startup.</migration-alert> | ||
</install-step> | ||
</install-steps> | ||
<install-alternatives id="downloads-v3-windows-alternatives"> | ||
<h5>Manual Install</h5> | ||
<p> | ||
It is possible to install Radarr manually using the x64 | ||
<a href="https://radarr.servarr.com/v1/update/master/updatefile?os=windows&runtime=netcore&arch=x64">.zip download</a>. However in that case you must manually deal with dependencies, installation and permissions. | ||
</p> | ||
</install-alternatives> | ||
<install-steps> | ||
<install-step title="Installation"> | ||
<p> | ||
Please see our Servarr Wiki for | ||
<a href="https://wiki.servarr.com/radarr/installation#windows"> installation instructions.</a> | ||
</p> | ||
<p>Download the Windows Installer with the following link and execute it.</p> | ||
<a class="btn btn-radarr" href="https://radarr.servarr.com/v1/update/master/updatefile?os=windows&runtime=netcore&arch=x64&installer=true">Download Windows x64 Installer</a> | ||
<a class="btn btn-radarr" href="https://radarr.servarr.com/v1/update/master/updatefile?os=windows&runtime=netcore&arch=x86&installer=true">Download Windows x86 Installer</a> | ||
<migration-alert>Radarr will convert any existing directory automatically on startup.</migration-alert> | ||
</install-step> | ||
</install-steps> | ||
<install-alternatives id="downloads-windows-alternatives"> | ||
<h5>Manual Install</h5> | ||
<p> | ||
It is possible to install Radarr manually using the x64 | ||
<a href="https://radarr.servarr.com/v1/update/master/updatefile?os=windows&runtime=netcore&arch=x64">.zip download</a>. However in that case you must manually deal with dependencies, installation and permissions. | ||
</p> | ||
</install-alternatives> |