Skip to content

Commit 4ccc522

Browse files
committed
Added link to app pool setup on OD documentation site
1 parent 5df37b4 commit 4ccc522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Pre-requisites
3939
* `TentacleEnvironment` - Name of the environment that you want to deploy to
4040
* `TentacleRole` - Name of the role you want your web farm servers to have
4141
* Ensure that if you are using HTTPS (and you should be) for your OctopusDeploy server that the HTTPS certificate is [valid or you include code to trust the invalid certificate](https://github.com/OctopusDeploy/Issues/issues/742)
42-
* You will need to set up the website and app pool creation for your OctopusDeploy project (including the hostname for your site in the binding(s)) when using this library (since IIS starts off as a blank slate).
42+
* You will need to [set up the website and app pool creation for your OctopusDeploy project](http://docs.octopusdeploy.com/display/OD/IIS+Websites+and+Application+Pools) (including the hostname for your site in the binding(s)) when using this library (since IIS starts off as a blank slate).
4343
* You can create a CName alias from your domain name to the `<mywebrolename>.cloudapp.net` address
4444
* If you want a naked domain then use a DNS provider that allows you to create ALIAS records or use a service like [dnsazure.com](http://dnsazure.com/)
4545
* A [Windows Azure Cloud Service](http://www.windowsazure.com/en-us/manage/services/cloud-services/how-to-create-and-deploy-a-cloud-service/#quick) to host the web farm that has a [certificate uploaded to it](http://www.windowsazure.com/en-us/manage/services/cloud-services/how-to-create-and-deploy-a-cloud-service/#uploadcertificate) for RDP (and your HTTPS certificate if you are going to configure HTTPS)

0 commit comments

Comments
 (0)