From a337b1226d10de6b3689d6a5a8429e35a8b5989d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Fri, 29 Apr 2022 18:03:47 +0300 Subject: [PATCH] Added empty "Deploying to a Clustered Environment" document. --- docs/en/Deployment/Clustered-Environment.md | 3 +++ docs/en/Deployment/Index.md | 9 +++++++++ docs/en/docs-nav.json | 10 ++++++++++ 3 files changed, 22 insertions(+) create mode 100644 docs/en/Deployment/Clustered-Environment.md create mode 100644 docs/en/Deployment/Index.md diff --git a/docs/en/Deployment/Clustered-Environment.md b/docs/en/Deployment/Clustered-Environment.md new file mode 100644 index 0000000000..136bdb0171 --- /dev/null +++ b/docs/en/Deployment/Clustered-Environment.md @@ -0,0 +1,3 @@ +# Deploying to a Clustered Environment + +* TODO \ No newline at end of file diff --git a/docs/en/Deployment/Index.md b/docs/en/Deployment/Index.md new file mode 100644 index 0000000000..f195019819 --- /dev/null +++ b/docs/en/Deployment/Index.md @@ -0,0 +1,9 @@ +# Deployment + +Deploying an ABP application is not different than deploying any .NET or ASP.NET Core application. You can deploy it to a cloud provider (e.g. Azure, AWS, Google Could) or on-premise server, IIS or any other web server. ABP's documentation doesn't contain much information on deployment. You can refer to your provider's documentation. + +However, there are some topics you should care when you are deploying your applications. Most of them are general software deployment considerations, but you should understand how to handle them within your ABP based applications. We've prepared guides for this purpose and we suggest you to read these guides carefully before designing your deployment configuration. + +## Guides + +* [Deploying in a clustered environment](Clustered-Environment.md): Explains how to configure your application when you want to run multiple instances of your application concurrently. \ No newline at end of file diff --git a/docs/en/docs-nav.json b/docs/en/docs-nav.json index 8ea0a6cb1c..e6cb5375b0 100644 --- a/docs/en/docs-nav.json +++ b/docs/en/docs-nav.json @@ -1225,6 +1225,16 @@ "text": "Testing", "path": "Testing.md" }, + { + "text": "Deployment", + "path": "Deployment/Index.md", + "items": [ + { + "text": "Deploying to a Clustered Environment", + "path": "Clustered-Environment.md" + } + ] + }, { "text": "Application Modules", "items": [