albert 4 years ago
committed by GitHub
parent
commit
be6116727d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      docs/en/Getting-Started-Running-Solution.md

4
docs/en/Getting-Started-Running-Solution.md

@ -91,10 +91,10 @@ Right click to the `.DbMigrator` project and select **Set as StartUp Project**
## Run the Application
> Please execute the `abp install-libs` command to restore the libs required by the web project before running the application.
{{ if UI == "MVC" || UI == "BlazorServer" }}
> Before starting the application, run `abp install-libs` command in your Web directory to restore the client-side libraries. This will populate the `libs` folder.
{{ if Tiered == "Yes" }}
> Tiered solutions use **Redis** as the distributed cache. Ensure that it is installed and running in your local computer. If you are using a remote Redis Server, set the configuration in the `appsettings.json` files of the projects below.

Loading…
Cancel
Save