mirror of
https://github.com/Radarr/Radarr
synced 2025-01-03 13:54:29 +00:00
Added instructions for windows installation.
parent
7ac5df9e84
commit
f15379e6ae
1 changed files with 27 additions and 1 deletions
|
@ -64,3 +64,29 @@ Confirm the service is running.
|
||||||
service radarr status
|
service radarr status
|
||||||
|
|
||||||
Navigate to http://ipaddress:7878
|
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.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue