From 5cd8f005de558671404c3d45bef125901d875a97 Mon Sep 17 00:00:00 2001 From: maliming Date: Wed, 24 Jan 2024 16:31:50 +0800 Subject: [PATCH] Remove duplicate section from `README.md`. --- templates/app/aspnet-core/README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/templates/app/aspnet-core/README.md b/templates/app/aspnet-core/README.md index 8327e5b59e..40d19c8303 100644 --- a/templates/app/aspnet-core/README.md +++ b/templates/app/aspnet-core/README.md @@ -64,13 +64,6 @@ abp install-libs > This command installs all NPM packages for MVC/Razor Pages and Blazor Server UIs and this command is already run by the ABP CLI, so most of the time you don't need to run this command manually. -### Deploying the Application - -Deploying an ABP application is not different than deploying any .NET or ASP.NET Core application. However, there are some topics that you should care about when you are deploying your applications. You can check ABP's [Deployment documentation](https://docs.abp.io/en/abp/latest/Deployment/Index) before deploying your application. - -* Run `abp install-libs` command on your solution folder to install client-side package dependencies. This step is automatically done when you create a new solution with ABP CLI. However, you should run it yourself if you have first cloned this solution from your source control, or added a new client-side package dependency to your solution. -* Run `MyCompanyName.MyProjectName.DbMigrator` to create the initial database. This should be done in the first run. It is also needed if a new database migration is added to the solution later. - ### Solution structure This is a layered monolith application that consists of the following applications: