コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
ステップ 2: リポジトリのクローンを作成する
このページでは、Cortex Framework のコアである Cortex Framework Data Foundation をデプロイする 2 番目のステップについて説明します。このステップでは、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
このリポジトリのクローンをすでに作成している場合は、次のコマンドを使用して最新の変更を pull します。
git pull
次のステップ
この手順が完了したら、次のデプロイ手順に進みます。
- ワークロードを確立する。
- リポジトリのクローンを作成する(このページ)。
- 統合メカニズムを決定する。
- コンポーネントを設定する。
- デプロイを構成する。
- デプロイを実行する。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は 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)."]]