From b1ee15dd590b7a024c8a02923d5ab89cccacf795 Mon Sep 17 00:00:00 2001 From: Engincan VESKE Date: Mon, 7 Aug 2023 10:33:53 +0300 Subject: [PATCH] Update Docs module documentation for installation step --- docs/en/Modules/Docs.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/docs/en/Modules/Docs.md b/docs/en/Modules/Docs.md index 143ec7168d..58dd811397 100644 --- a/docs/en/Modules/Docs.md +++ b/docs/en/Modules/Docs.md @@ -22,22 +22,16 @@ When you use GitHub to store your docs, Docs Module supports versioning. If you ## Installation -### 1- Download +This document covers `Entity Framework Core` provider but you can also select `MongoDB` as your database provider. -If you do not have an existing ABP project, this step shows you how to create a new project from [abp.io](https://abp.io) to add the Docs Module. If you already have an ABP project, you can skip this step. +### 1- Creating an application -It is recommended to use ABP CLI to create new projects. Use the following command: +If you do not have an existing ABP project, you can either [generate a CLI command from the get started page of the abp.io website](https://abp.io/get-started) and runs it or run the command below: ```bash abp new Acme.MyProject ``` -You can also generate a CLI command from [get started page](https://abp.io/get-started). Enter your project name as `Acme.MyProject`, other use default options. - -Note that this document covers `Entity Framework Core` provider but you can also select `MongoDB` as your database provider. - -![Create new project](../images/docs-module_download-new-abp-project.png) - ### 2- Running The Empty Application After you download the project, extract the ZIP file and open `Acme.MyProject.sln`. You will see that the solution consists of `Application`, `Application.Contracts`, `DbMigrator`, `Domain`, `Domain.Shared`, `EntityFrameworkCore`, `HttpApi`, `HttpApi.Client` and `Web` projects. Right click on `Acme.MyProject.Web` project and **Set as StartUp Project**.