---
title: <code>forgeops</code> and <code>forgeops-extras</code> repositories
description: Before you can deploy the CDM, you must first get the forgeops and forgeops-extras repositories:
component: forgeops
version: 7.4
page_id: forgeops::cdm/gke/setup/forgeops
canonical_url: https://docs.pingidentity.com/forgeops/7.4/cdm/gke/setup/forgeops.html
section_ids:
  next_step: Next step
---

# `forgeops` and `forgeops-extras` repositories

Before you can deploy the CDM, you must first get the `forgeops` and `forgeops-extras` repositories:

1. Clone the repositories. For example:

   ```
   $ git clone https://github.com/ForgeRock/forgeops.git
   $ git clone https://github.com/ForgeRock/forgeops-extras.git
   ```

   Both repositories are public; you do not need credentials to clone them.

2. Check out the `forgeops` repository's `release/7.4-20240805` branch:

   ```
   $ cd /path/to/forgeops
   $ git checkout release/7.4-20240805
   ```

   Depending on your organization's repository strategy, you might need to clone the repository from a fork, instead of cloning ForgeRock's master repository. You might also need to create a working branch from the `release/7.4-20240805` branch. For more information, refer to [Repository Updates](../../../forgeops.html#forgeops-updates).

3. Check out the `forgeops-extras` repository's `main` branch:

   ```
   $ cd /path/to/forgeops-extras
   $ git checkout main
   ```

## Next step

* [icon: check-square-o, set=fa][Install third-party software](sw.html)

* [icon: check-square-o, set=fa][Get the forgeops and forgeops-extras repositories](#)

* [icon: square-o, set=fa]*[Set up a Google Cloud project](project.html)*

* [icon: square-o, set=fa][Create a Kubernetes cluster](cluster.html)
