ForgeOps

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-20240126 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-20240126 branch:

    $ cd forgeops
    $ git checkout release/7.4-20240126

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-20240126 branch. For more information, refer to Repository Updates.

Next step

Copyright © 2010-2024 ForgeRock, all rights reserved.