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: blazor/common/deployment/deployment-linux-nginx.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,12 @@ This section provides information about deploying a Blazor Web applications with
13
13
14
14
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.
15
15
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
+
16
22
## Install and Start NGINX
17
23
18
24
Install NGINX on your Linux system and enable it to start automatically:
@@ -26,9 +32,11 @@ sudo systemctl status nginx
26
32
27
33
**Verification**: Open `http://your-server-ip` in a browser — you should see the NGINX welcome page.
28
34
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).
30
38
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:
0 commit comments