컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
2단계: 저장소 클론
이 페이지에서는 Cortex Framework의 핵심인 Cortex Framework Data Foundation을 배포하는 두 번째 단계를 설명합니다. 이 단계에서는 Cortex Framework Data Foundation 저장소를 클론합니다.
에서 Cortex Framework Data Foundation을 배포하기 위해 특별히 설계되었습니다.
Cloud Shell을 사용하여 다음 명령어로 Cortex Framework Data Foundation 저장소를 클론합니다.
터미널을 사용하는 경우 gcloud sdk
를 설치합니다 (Cloud Shell에 이미 설치되어 있음).
다음 명령어를 사용하여 저장소를 클론합니다.
git clone https://github.com/GoogleCloudPlatform/cortex-data-foundation
다음 명령어를 사용하여 다운로드된 저장소로 이동합니다.
cd cortex-data-foundation
이 저장소를 이전에 이미 클론한 경우 다음 명령어를 사용하여 최신 변경사항을 가져옵니다.
git pull
다음 단계
이 단계를 완료한 후 다음 배포 단계로 이동합니다.
- 워크로드 설정
- 저장소 클론 (이 페이지)
- 통합 메커니즘 결정
- 구성요소 설정
- 배포 구성
- 배포 실행
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-09-04(UTC)
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-09-04(UTC)"],[[["\u003cp\u003eThis page details the second step in deploying Cortex Framework Data Foundation, which is the core of the Cortex Framework.\u003c/p\u003e\n"],["\u003cp\u003eThe primary action in this step is to clone the Cortex Framework Data Foundation repository from its official GitHub location.\u003c/p\u003e\n"],["\u003cp\u003eUsers should use Cloud Shell or install the \u003ccode\u003egcloud sdk\u003c/code\u003e if using a local terminal for this process.\u003c/p\u003e\n"],["\u003cp\u003eThe process involves using the \u003ccode\u003egit clone\u003c/code\u003e command to download the repository and then the \u003ccode\u003ecd\u003c/code\u003e command to enter the repository directory, or if the repository is already cloned, using the \u003ccode\u003egit pull\u003c/code\u003e command to get the latest changes.\u003c/p\u003e\n"],["\u003cp\u003eThe remaining steps are to determine integration mechanism, set up components, configure deployment and execute deployment.\u003c/p\u003e\n"]]],[],null,["# Step 2: Clone repository\n========================\n\nThis page describes the second step to deploy Cortex Framework Data Foundation,\nthe core of Cortex Framework. In this step, you clone the\n[Cortex Framework Data Foundation](https://github.com/GoogleCloudPlatform/cortex-data-foundation)\nrepository.\n| **Note:** The steps outlined on this page are specifically designed for deploying Cortex Framework Data Foundation from the [official GitHub repository](https://github.com/GoogleCloudPlatform/cortex-data-foundation)\n\nClone the Cortex Framework Data Foundation repository with the following\ncommands, using [Cloud Shell](https://shell.cloud.google.com/?fromcloudshell=true&show=ide%2Cterminal).\nIf you are using your terminal, install the `gcloud sdk` (which is already\ninstalled in Cloud Shell).\n\n1. Clone the [repository](https://github.com/GoogleCloudPlatform/cortex-data-foundation)\n using the following command:\n\n git clone https://github.com/GoogleCloudPlatform/cortex-data-foundation\n\n2. Navigate into the downloaded repository with the following command:\n\n cd cortex-data-foundation\n\n If you have already cloned this repository before, pull the latest changes\n with the following command: \n\n git pull\n\nNext steps\n----------\n\nAfter you complete this step, move on to the following deployment steps:\n\n1. [Establish workloads](/cortex/docs/deployment-step-one).\n2. [Clone repository](/cortex/docs/deployment-step-two) (this page).\n3. [Determine integration mechanism](/cortex/docs/deployment-step-three).\n4. [Set up components](/cortex/docs/deployment-step-four).\n5. [Configure deployment](/cortex/docs/deployment-step-five).\n6. [Execute deployment](/cortex/docs/deployment-step-six)."]]