Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.72 KB

install.md

File metadata and controls

43 lines (31 loc) · 1.72 KB

Installation

Compliance Masonry is packaged into a downloadable executable program for those who want to use Compliance Masonry without the need to install any external dependencies or programs.

Mac OS X

In your terminal, run the following:

cd ~/Downloads
curl -L https://github.com/opencontrol/compliance-masonry/releases/download/v1.1.6/compliance-masonry_1.1.6_darwin_amd64.tar.gz -o compliance-masonry.tar.gz
tar -xf compliance-masonry.tar.gz
cp compliance-masonry /usr/local/bin

Windows

  1. Go to the Github Release.
  2. Download the package that corresponds to your machine and operating system.
    • For 32 Bit Windows, you'll want the file ending _windows_386.zip
    • For 64 Bit Windows, you'll want the file ending _windows_amd64.zip
  3. Double-click on the downloaded package to unzip the archive. The resulting folder should contain a file called compliance-masonry.exe.
  4. Create a folder, e.g. C:\Masonry\bin.
  5. Drag compliance-masonry.exe into the new folder.
  6. Open PowerShell.
    • Search your Start menu / Cortana for it.
  7. Add C:\Masonry\bin to your PATH.

Linux

The instructions below are for 64-bit architectures. See the releases page for others.

In your terminal, run the following:

curl -L https://github.com/opencontrol/compliance-masonry/releases/download/v1.1.6/compliance-masonry_1.1.6_linux_amd64.tar.gz -o compliance-masonry.tar.gz
tar -xf compliance-masonry.tar.gz
sudo cp compliance-masonry_1.1.6_linux_amd64/compliance-masonry /usr/local/bin

See the usage guide next.