From f15379e6ae36a0c54b63bcf800a8aaa6570fa583 Mon Sep 17 00:00:00 2001 From: morpheus2n2 Date: Wed, 25 Jan 2017 00:24:18 +0000 Subject: [PATCH] Added instructions for windows installation. --- Installation.md | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/Installation.md b/Installation.md index c2ae3e7..31f6585 100644 --- a/Installation.md +++ b/Installation.md @@ -63,4 +63,30 @@ Confirm the service is running. service radarr status -Navigate to http://ipaddress:7878 \ No newline at end of file +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. + +