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
Copy file name to clipboardExpand all lines: README.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,9 +27,26 @@ Now run the NuGet Gallery:
27
27
Refer to [our documentation](./docs/) for information on how to develop the frontend, use AAD, and more.
28
28
29
29
## Deploy
30
+
### Deploy to Azure
30
31
31
32
You will find instructions on how to deploy the Gallery to Azure [here](https://github.com/NuGet/NuGetGallery/blob/master/docs/Deploying/README.md).
32
33
34
+
### Deploy locally
35
+
After you succeed in running the NuGet Gallery, you can create a publish profile to deploy locally (such as your local Windows computer).
36
+
37
+
The steps are:
38
+
1. Select the `NuGetGallery` project in Solution Explore of Visual Studio.
39
+
2. Right click the project, and then click `Publish` in the pop-up menu. Create a publish profile and make sure the Target is set to `Folder`.
40
+
3. Copy the contents of the `Target Location` to any folder you want. For the following example, assume the folder is `C:\ContosoSoftware\NuGetGallery`.
41
+
4. Execute the command below to start the web app (note that the parameter `/path` of iisexpress.exe only supports absolute paths on Windows).
0 commit comments