Phase 5 - Test your installation

4 months ago1 min read
Last updated • Read time
Server v4.1
This document is applicable to CircleCI Server v4.1
Server Admin
This document is applicable to CircleCI Server Admin

Test your air-gapped installation using CircleCI’s Reality Check project.

1. Copy CircleCI server Reality Check

Copy the CircleCI server Reality Check repository to your GitHub Enterprise installation in your air-gapped environment.

2. Set up CircleCI server Reality Check

Set up CircleCI server Reality Check using the instructions in the readme.

3. Modify Reality Check source code

Replace any references to Docker images in .circleci/config.yml with your internal Docker registry.

For example, in your GitHub enterprise instance, change the following:

  ...
  artifacts_test_results:
    docker:
      - image: python:3.6.0
  ...
  artifacts_test_results:
    docker:
      - image: <your-internal-registry-hostname-and-port>/python:3.6.0

4. Run Reality Check

Run Reality Check by pushing a commit to it in your GitHub Enterprise installation.