This is an automated email from the ASF dual-hosted git repository.

abeizn pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 8c1848936d docs: add DEVLAKE_PLUGINS description to developer setup 
(#697)
8c1848936d is described below

commit 8c1848936d08b15449760e56b441a670c283fe5d
Author: Klesh Wong <[email protected]>
AuthorDate: Tue Jan 23 14:23:31 2024 +0800

    docs: add DEVLAKE_PLUGINS description to developer setup (#697)
---
 docs/DeveloperManuals/DeveloperSetup.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/DeveloperManuals/DeveloperSetup.md 
b/docs/DeveloperManuals/DeveloperSetup.md
index afa19b5975..18b864288e 100644
--- a/docs/DeveloperManuals/DeveloperSetup.md
+++ b/docs/DeveloperManuals/DeveloperSetup.md
@@ -60,6 +60,8 @@ The following guide will walk through how to run DevLake's 
frontend (`config-ui`
 7. Run `devlake` and `config-ui` in dev mode in two separate terminals:
 
     ```sh
+    # specify the plugins that you need for both backend and frontend
+    export 
DEVLAKE_PLUGINS=bamboo,bitbucket,circleci,customize,dora,gitextractor,github,github_graphql,gitlab,jenkins,jira,org,pagerduty,refdiff,slack,sonarqube,trello,webhook
     # run devlake
     make dev
     # run config-ui

Reply via email to