The ACT3 Homebrew Tap repository contains Homebrew formulae for installing ACT3 software packages.
- Homebrew installed
- Registry authentication for
reg.git.act3-ace.com
, the ACT3 Container Registry- Satisfied by
docker login reg.git.act3-ace.com
or equivalent registry tool login (oras
/crane
/podman
/etc)
- Satisfied by
Tip
Running ACT3 Login verifies these prerequisites and satisfies the authentication requirement.
Add this tap by running:
brew tap act3-ai/tap
Verify that the tap has been added by running the command
brew tap
and confirming thatact3-ai/tap
is in the list
Once the tap is added to Homebrew, you can install an ACT3 formula by running brew install <formula-name>
.
Example:
brew install ace-dt
Tip
Install formulae without adding the tap by adding the prefix act3-ai/tap/
:
brew install act3-ai/tap/ace-dt
The ACT3 Homebrew Tap defines some utility commands for ACT3 developers using Homebrew's External Commands feature.
The asce-tools
command installs ASCE Tools:
brew asce-tools
# Add the --vscode option to install common VS Code extensions
brew asce-tools --vscode
List of included software: ASCE Tools Packages
The act3-login
command is a shortcut for running ACT3 Login:
brew act3-login
Formula Author Guide: documentation for contributing formulae to the ACT3 Homebrew Tap
- Troubleshooting FAQ: consult list of frequently asked questions and their answers
- Create a Support Ticket issue: create a support ticket on the ACT3 Homebrew Tap GitHub project
- Mattermost channel: create a post in the DevOps channel for assistance
Approved for public release: distribution unlimited. Case Numbers: AFRL-2024-1030