Skip to content

Commit

Permalink
Merge branch 'rel-7.3' of https://github.com/abpframework/abp into re…
Browse files Browse the repository at this point in the history
…l-7.3
  • Loading branch information
voloagent committed Aug 7, 2023
2 parents 4c50c51 + 00b70d8 commit 7cd3f7e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
12 changes: 3 additions & 9 deletions docs/en/Modules/Docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@

<form asp-page="/CmsKit/BlogPosts/Update" id="form-blog-post-update">
<abp-input asp-for="Id" />
<abp-input asp-for="ViewModel.ConcurrencyStamp" hidden />
<abp-input asp-for="ViewModel.ConcurrencyStamp" type="hidden" />
<abp-input asp-for="ViewModel.CoverImageMediaId" type="hidden" />

<abp-input asp-for="ViewModel.Title" />

Expand Down

0 comments on commit 7cd3f7e

Please sign in to comment.