You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For [mc-date-manager](https://github.com/cloud-barista/mc-data-manager/blob/main/docs/Datamanager-Docker-Guide.md) configuration, you need to copy and edit `profile.json` which will be used for csp credenticals.
55
+
For [mc-data-manager](https://github.com/cloud-barista/mc-data-manager/blob/main/docs/Datamanager-Docker-Guide.md) configuration, you need to copy and edit `profile.json` which will be used for csp credenticals.
@@ -62,7 +62,17 @@ After downloading mc-admin-cli, move to the bin folder and run the installAll.sh
62
62
./installAll.sh
63
63
```
64
64
65
-
For [mc-date-manager](https://github.com/cloud-barista/mc-data-manager/blob/main/docs/Datamanager-Docker-Guide.md) configuration, you need to copy the profile.json into mc-data-manager container. Try `./mcc infra stop` and `./mcc infra run` if mc-date-manager keeps unhealthy.
65
+
**Installation Mode Selection:**
66
+
-**Developer Mode (Local Certificate)**: For development and testing environments (Temporary credential features are not available)
67
+
-**Production Mode (CA Certificate)**: For production environments (Domain required. Target CSP work required for temporary credentials)
68
+
69
+
Domain and certificates are required, so select the appropriate mode during installation to issue certificates and create nginx configuration files.
70
+
```shell
71
+
./mcc infra run
72
+
```
73
+
Run the above command to start platform installation.
74
+
75
+
For [mc-data-manager](https://github.com/cloud-barista/mc-data-manager/blob/main/docs/Datamanager-Docker-Guide.md) configuration, you need to copy the profile.json into mc-data-manager container. Try `./mcc infra stop` and `./mcc infra run` if mc-date-manager keeps unhealthy.
- SSL and IDP configuration requires certificates. (If you already have certificates in use, substitute them into the nginx configuration values of the iam manager)
191
-
192
-
1. Certificate Issuance (docker execution)
193
-
Execution location: ./conf/docker
194
-
```shell
195
-
sudo docker compose -f docker-compose.cert.yaml up
196
-
```
197
-
When issuance is successful, pem files are created in the folder with the corresponding domain name.
0 commit comments