From be6116727d5f3552dc3cee7bf0ac02ab1fe68648 Mon Sep 17 00:00:00 2001 From: albert <9526587+ebicoglu@users.noreply.github.com> Date: Fri, 29 Apr 2022 02:16:17 +0300 Subject: [PATCH] install-libs command is for MVC and Blazor-Server https://github.com/abpframework/abp/blob/98c42910e5dc332f9ce79baa5a00debdcb750aea/framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/LIbs/InstallLibsService.cs#L45 --- docs/en/Getting-Started-Running-Solution.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/Getting-Started-Running-Solution.md b/docs/en/Getting-Started-Running-Solution.md index 281add1e2a..fe1d0de246 100644 --- a/docs/en/Getting-Started-Running-Solution.md +++ b/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.