mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-16 16:04:08 +01:00
Moved Windows install guide to top, made it pretty with formatting
parent
5f952473ab
commit
05fb50839b
@ -1,3 +1,28 @@
|
||||
### Windows ###
|
||||
|
||||
Create a new folder called Radarr in your desired installation location
|
||||
|
||||
`Default Location = C:\ProgramData\Radarr`
|
||||
|
||||
Place the contents of the .zip with in the folder.
|
||||
|
||||
`After extraction = C:\ProgramData\Radarr\Radarr`
|
||||
|
||||
Rename the extracted folder to Bin
|
||||
|
||||
`Example = C:\ProgramData\Radarr\Bin`
|
||||
|
||||
Once this is done open the folder
|
||||
|
||||
`Run = ServiceInstall.exe`
|
||||
|
||||
Radarr should now be installed as a service and auto started, check it is running by Navigating to localhost:7878 if the Web-ui opens installation is complete, if nothing happens open task Manager.
|
||||
|
||||
`Click the services Tab and find Radarr, Right click and choose "Start"`
|
||||
|
||||
--
|
||||
|
||||
|
||||
### Debian/Ubuntu ###
|
||||
|
||||
Install requirements:
|
||||
@ -16,6 +41,9 @@ Extract the tar file.
|
||||
|
||||
tar -xvzf Radarr.develop.0.2.0.99.linux.tar.gz
|
||||
|
||||
--
|
||||
|
||||
|
||||
### Fedora ###
|
||||
|
||||
Install requirements:
|
||||
@ -24,11 +52,16 @@ Install requirements:
|
||||
|
||||
Then follow the "Ubuntu/Debian instructions" and "Autostart systemd instructions" from there.
|
||||
|
||||
--
|
||||
|
||||
|
||||
### Arch Linux ###
|
||||
Available in AUR:
|
||||
https://aur.archlinux.org/packages/radarr/
|
||||
|
||||
# Autostart systemd
|
||||
---
|
||||
|
||||
### Autostart systemd ###
|
||||
|
||||
Create the service file.
|
||||
|
||||
@ -71,30 +104,4 @@ Confirm the service is running.
|
||||
|
||||
service radarr status
|
||||
|
||||
Navigate to http://ipaddress:7878
|
||||
|
||||
### **WINDOWS**
|
||||
|
||||
Create a new folder called Radarr in your desired installation location
|
||||
|
||||
`Default Location = C:\ProgramData\Radarr`
|
||||
|
||||
Place the contents of the .zip with in the folder.
|
||||
|
||||
`After extraction = C:\ProgramData\Radarr\Radarr`
|
||||
|
||||
Rename the extracted folder to Bin
|
||||
|
||||
`Example = C:\ProgramData\Radarr\Bin`
|
||||
|
||||
Once this is done open the folder
|
||||
|
||||
`Run = ServiceInstall.exe`
|
||||
|
||||
Radarr should now be installed as a service and auto started, check it is running by Navigating to localhost:7878 if the Web-ui opens installation is complete, if nothing happens open task Manager.
|
||||
|
||||
`Click the services Tab and find Radarr, Right click and choose "Start"`
|
||||
|
||||
This should now be complete.
|
||||
|
||||
|
||||
Navigate to http://ipaddress:7878
|
Loading…
Reference in New Issue
Block a user