Skip to content

Commit

Permalink
Merge pull request #10187 from abpframework/cotur/cms-documentation
Browse files Browse the repository at this point in the history
Update cms-kit documentation.
  • Loading branch information
hikalkan committed Sep 30, 2021
2 parents fb6d544 + a77ef93 commit 6d46ed4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/en/Modules/Cms-Kit/Index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,16 @@ All features are individually usable. If you disable a feature, it completely di

## How to Install

> This module is depends on [BlobStoring](../../Blob-Storing.md) module, please install `BlobStoring` module first and add a provider. For more information, check the [documentation](../../Blob-Storing.md).
[ABP CLI](../../CLI.md) allows installing a module to a solution using the `add-module` command. You can install the CMS Kit module in a command-line terminal with the following command:

```bash
abp add-module Volo.CmsKit
```

> By default, Cms-Kit is disabled by `GlobalFeature`. Because of that the initial migration will be empty. So you can skip the migration by adding `--skip-db-migrations` to command when installing if you are using Entity Framework Core. After enabling Cms-Kit global feture, please add new migration.
After the installation process, open the `GlobalFeatureConfigurator` class in the `Domain.Shared` project of your solution and place the following code into the `Configure` method to enable all the features in the CMS Kit module.

```csharp
Expand Down

0 comments on commit 6d46ed4

Please sign in to comment.