ステップ 2: リポジトリのクローンを作成する
bookmark_borderbookmark
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
このページでは、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-03-06 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-03-06 UTC。"],[[["This page details the second step in deploying Cortex Framework Data Foundation, which is the core of the Cortex Framework."],["The primary action in this step is to clone the Cortex Framework Data Foundation repository from its official GitHub location."],["Users should use Cloud Shell or install the `gcloud sdk` if using a local terminal for this process."],["The process involves using the `git clone` command to download the repository and then the `cd` command to enter the repository directory, or if the repository is already cloned, using the `git pull` command to get the latest changes."],["The remaining steps are to determine integration mechanism, set up components, configure deployment and execute deployment."]]],[]]