Start Building for Free
CircleCI.comAcademyBlogCommunitySupport

Phase 5 - Test your installation

4 months ago1 min read
Server v4.2
Server Admin
On This Page

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

1. Copy CircleCI server Reality Check

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.


Help make this document better

This guide, as well as the rest of our docs, are open source and available on GitHub. We welcome your contributions.

Need support?

Our support engineers are available to help with service issues, billing, or account related questions, and can help troubleshoot build configurations. Contact our support engineers by opening a ticket.

You can also visit our support site to find support articles, community forums, and training resources.