---
title: <code>forgeops</code> repository
description: Before you can deploy the CDK or the CDM, you must first get the forgeops repository and check out the release/7.4-20240805 branch:
component: forgeops
version: 7.4
page_id: forgeops::cdk/minikube/setup/forgeops
canonical_url: https://docs.pingidentity.com/forgeops/7.4/cdk/minikube/setup/forgeops.html
section_ids:
  next_step: Next step
---

# `forgeops` repository

Before you can deploy the CDK or the CDM, you must first get the `forgeops` repository and check out the `release/7.4-20240805` branch:

1. Clone the `forgeops` repository. For example:

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

   The `forgeops` repository is a public Git repository. You do not need credentials to clone it.

2. Check out the `release/7.4-20240805` branch:

   ```
   $ cd 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).

## Next step

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

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

* [icon: square-o, set=fa][Create the Minikube cluster](vm.html)

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

* [icon: square-o, set=fa][Set up hostname resolution](hostname.html)
