Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

PackagingDeployableClient

Maxim Ermilov edited this page Sep 7, 2017 · 3 revisions

Packaging a Deployable Client

  1. Ensure your admin machine is setup and configured per the AdminSetup documentation.
  2. Ensure that your App Engine subdomain/domain are configured per Configuration documentation.
  3. Ensure that your tests pass! See the Testing document.
  4. Execute bazel build cauliflowervest/client/mac:pkg to create a PKG to deploy to your fleet.

PKG

The receipt for the install package is named com.google.code.cauliflowervest.

Automatic Client Execution

To enforce encryption compliance on your Mac workstations you will likely want to execute Cauliflower Vest as part of the user's login steps, perhaps by using a login hook. For more information, see our LoginHook wiki.