Skip to content

Commit cdad052

Browse files
987276: Added content for deploying a Blazor Web App to Linux with NGINX
1 parent 8e758e6 commit cdad052

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

blazor/common/deployment/deployment-linux-nginx.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ This section provides information about deploying a Blazor Web applications with
1313

1414
Refer to [Host ASP.NET Core on Linux with Nginx](https://learn.microsoft.com/en-us/aspnet/core/host-and-deploy/linux-nginx?view=aspnetcore-9.0&tabs=linux-ubuntu) topic for more information.
1515

16+
## Prerequisites
17+
18+
* Linux Server – Ubuntu 20.04, Red Hat Enterprise (RHEL) 8.0 and SUSE Linux Enterprise Server 12.
19+
* [.NET runtime](https://blazor.syncfusion.com/documentation/system-requirements#net-sdk) installed on the server.
20+
* An existing Blazor Web App with Syncfusion components or create a new one.
21+
1622
## Install and Start NGINX
1723

1824
Install NGINX on your Linux system and enable it to start automatically:
@@ -26,9 +32,11 @@ sudo systemctl status nginx
2632

2733
**Verification**: Open `http://your-server-ip` in a browser — you should see the NGINX welcome page.
2834

29-
## Publish Your Blazor Web App with Syncfusion Components
35+
## Create and publish Your Blazor Web App with Syncfusion Components
36+
37+
* You can create a Blazor Web App using the .NET CLI commands with Syncfusion components by referring [here](https://blazor.syncfusion.com/documentation/getting-started/blazor-web-app?tabcontent=.net-cli).
3038

31-
Publish your Blazor Web application in Release configuration and run it:
39+
* Publish your Blazor Web application in Release configuration using the following command and run it:
3240

3341
```bash
3442
dotnet publish -c Release -o publish

0 commit comments

Comments
 (0)