Step 2: Clone repository
This page describes the second step to deploy Cortex Framework Data Foundation, the core of Cortex Framework. In this step, you clone the Cortex Framework Data Foundation repository.
Clone the Cortex Framework Data Foundation repository with the following
commands, using Cloud Shell.
If you are using your terminal, install the gcloud sdk
(which is already
installed in Cloud Shell).
Clone the repository using the following command:
git clone https://github.com/GoogleCloudPlatform/cortex-data-foundation
Navigate into the downloaded repository with the following command:
cd cortex-data-foundation
If you have already cloned this repository before, pull the latest changes with the following command:
git pull
Next steps
After you complete this step, move on to the following deployment steps:
- Establish workloads.
- Clone repository (this page).
- Determine integration mechanism.
- Set up components.
- Configure deployment.
- Execute deployment.