2. Control Planeの構築
August 9, 2024 · View on GitHub
このページでは、docker-composeを用いて、Control Planeをローカルに構築していきます。
インストール
-
下記のコマンドを、ローカルの
src/install/control-plane/docker-compose.yamlに対して実行します。docker-compose upコマンド実行後、下記のようなログが表示されます。
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
Confirmation
-
http://localhost:8080 でコンソールにアクセスします。 2. 下記の値を入力して、
CONTINUEをクリックします。Project Name:tutorial

-
下記の値を入力して、
LOGINをクリックします。Username:hello-pipecdPassword:hello-pipecd

-
成功した場合、下記の画面が表示されます。
