From 0f1d5a78e4def83e5e44c8b55265d0ae864dd67e Mon Sep 17 00:00:00 2001 From: yunkunrao Date: Thu, 29 Oct 2020 09:37:45 +0800 Subject: [PATCH] Update content/en/docs/application-store/app-lifecycle-management.md Signed-off-by: yunkunrao --- .../en/docs/application-store/app-lifecycle-management.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/docs/application-store/app-lifecycle-management.md b/content/en/docs/application-store/app-lifecycle-management.md index c050e0abf..2b33ccaae 100644 --- a/content/en/docs/application-store/app-lifecycle-management.md +++ b/content/en/docs/application-store/app-lifecycle-management.md @@ -7,7 +7,7 @@ description: 'App Lifecycle Management' weight: 2240 --- -KubeSphere integrates open source [OpenPitrix](https://github.com/openpitrix/openpitrix) to set up app store and app repository services which provide full lifecycle of application management. Application Store supports three kinds of application deployment as follows: +KubeSphere integrates open-source project [OpenPitrix](https://github.com/openpitrix/openpitrix) to set up the App Store which provide the full lifecycle of application management. App Store supports two kinds of application deployment as follows: > - **Application template** provides a way for developers and ISVs to share applications with users in a workspace. It also supports importing third-party application repositories within workspace. > - **Composing application** means users can quickly compose multiple microservices into a complete application through the one-stop console. @@ -20,8 +20,8 @@ In this tutorial, we will walk you through how to use [EMQ X](https://www.emqx.i ## Prerequisites -- You need to install [Application Store (OpenPitrix)](../../installation/install-openpitrix). -- You need to create a workspace and a project, see [Get Started with Multi-tenant Management](../admin-quick-start). +- You need to install [App Store (OpenPitrix)](../../pluggable-components/app-store). +- You need to create a workspace and a project, see [Create Workspace, Project, Account and Role](../../quick-start/create-workspace-and-project/). ## Hands-on Lab