In this page, you will install a Control Plane on local by docker-compose
.
-
Execute the following command on your
src/install/control-plane/docker-compose.yaml
.docker-compose up
After the command, you will see logs as below.
pipecd-server-1 | successfully loaded control-plane configuration pipecd-server-1 | successfully connected to file store pipecd-server-1 | successfully connected to data store pipecd-server-1 | grpc server will be run without tls pipecd-server-1 | grpc server will be run without tls pipecd-server-1 | grpc server is running on [::]:9080 pipecd-server-1 | grpc server is running on [::]:9083 pipecd-server-1 | grpc server will be run without tls pipecd-server-1 | admin server is running on 9085 pipecd-server-1 | grpc server is running on [::]:9081 pipecd-server-1 | start running http server on :9082
-
Access the console running on http://localhost:8080
-
Enter the following value and click
CONTINUE
.Project Name
:tutorial
-
Enter the following values and click
LOGIN
.Username
:hello-pipecd
Password
:hello-pipecd
-
If successful, the following page will appear.