diff --git a/cmd/pipecd/README.md b/cmd/pipecd/README.md index 2903e4e2ab..b84450d04d 100644 --- a/cmd/pipecd/README.md +++ b/cmd/pipecd/README.md @@ -30,7 +30,13 @@ For the full list of available commands, please see the Makefile at the root of Once it is no longer used, run `make kind-down` to delete it. -2. Install Control Plane into the local cluster +2. Install the web dependencies module + + ``` console + make update/web-deps + ``` + +3. Install Control Plane into the local cluster ``` console make run/pipecd @@ -42,7 +48,7 @@ For the full list of available commands, please see the Makefile at the root of kubectl -n pipecd port-forward svc/pipecd 8080 ``` -3. Access to the local Control Plane web console +4. Access to the local Control Plane web console Point your web browser to [http://localhost:8080](http://localhost:8080) to login with the configured static admin account: project = `quickstart`, username = `hello-pipecd`, password = `hello-pipecd`. diff --git a/docs/content/en/docs-v0.43.x/contribution-guidelines/development.md b/docs/content/en/docs-v0.43.x/contribution-guidelines/development.md index 5e5556a65d..2c1c49749c 100644 --- a/docs/content/en/docs-v0.43.x/contribution-guidelines/development.md +++ b/docs/content/en/docs-v0.43.x/contribution-guidelines/development.md @@ -43,7 +43,13 @@ For the full list of available commands, please see the Makefile at the root of Once it is no longer used, run `make kind-down` to delete it. -2. Install Control Plane into the local cluster +2. Install the web dependencies module + + ``` console + make update/web-deps + ``` + +3. Install Control Plane into the local cluster ``` console make run/pipecd @@ -55,7 +61,7 @@ For the full list of available commands, please see the Makefile at the root of kubectl -n pipecd port-forward svc/pipecd 8080 ``` -3. Access to the local Control Plane web console +4. Access to the local Control Plane web console Point your web browser to [http://localhost:8080](http://localhost:8080) to login with the configured static admin account: project = `quickstart`, username = `hello-pipecd`, password = `hello-pipecd`. @@ -91,4 +97,4 @@ In such case, update the docs under `/docs-dev` is enough. - Change the docs' content that fixes the issue under `/docs-dev` and `/docs-v0.x.x`, they share the same file structure so you should find the right files in both directories. - Use `make gen/stable-docs` command to sync the latest released version docs under `/docs-v0.x.x` to `/docs` -If you find any issues related to the docs, we're happy to accept your help. +If you find any issues related to the docs, we're happy to accept your help. \ No newline at end of file