You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[What if I want to use Web Roles, but don't want to pay for another VM / don't want to use OctopusDeploy?](#what-if-i-want-to-use-web-roles-but-dont-want-to-pay-for-another-vm--dont-want-to-use-octopusdeploy)
25
+
*[What happens when I install the AzureWebFarm.OctopusDeploy NuGet package?](#what-happens-when-i-install-the-azurewebfarmoctopusdeploy-nuget-package)
26
+
*[What if I want to deploy non-.NET applications?](#what-if-i-want-to-deploy-non-net-applications)
27
+
*[Why is this needed?](#why-is-this-needed)
28
+
*[If you are using OctopusDeploy for deployments and you want to move to the cloud](##if-you-are-using-octopusdeploy-for-deployments-and-you-want-to-move-to-the-cloud)
29
+
*[If you are deploying web applications to Windows Azure](#if-you-are-deploying-web-applications-to-windows-azure)
30
+
*[Contributing](#contributing)
31
+
*[Stay abreast of the latest changes / releases](#stay-abreast-of-the-latest-changes--releases)
23
32
24
33
Pre-requisites
25
34
--------------
@@ -75,11 +84,11 @@ The installation instructions form two parts - normal web role installation and
75
84
1. Execute the following in the Package Manager Console (or use the GUI): `Install-Package AzureWebFarm.OctopusDeploy`
76
85
* Make sure it installs into the web project
77
86
* When prompted that a file has been modified click **"Reload"**
78
-
2. (optional) [Debug locally](#Local_Debugging)
87
+
2. (optional) [Debug locally](#local-debugging)
79
88
3. Ensure that the `ServiceConfiguration.Cloud.cscfg` file has correct values for the `OctopusServer`, `OctopusApiKey`, `TentacleEnvironment` and `TentacleRole` variables
80
89
4. Deploy to Azure as per step 9 above
81
90
82
-
Local Debugging
91
+
Local debugging
83
92
---------------
84
93
It is a good idea to debug the farm locally to make sure your configuration is correct and your OctopusDeploy server is configured correctly:
85
94
@@ -92,7 +101,7 @@ It is a good idea to debug the farm locally to make sure your configuration is c
92
101
* If you need to debug the startup script then uncomment the relevant REM'd out lines in Startup\startup.cmd (but remember to recomment them before dpeloying to Azure or your Azure deployment WILL fail
93
102
* If you need to debug the RoleEntryPoint code then [set up your Visual Studio to debug using Symbol Source](http://www.symbolsource.org/Public/Home/VisualStudio) and you should be able to step into the AzureWebFarm.OctopusDeploy code
94
103
95
-
Remote Debugging
104
+
Remote debugging
96
105
----------------
97
106
98
107
The following should be able to help you debug what is happening:
0 commit comments