This section will help you set up your development environment and get ready to work with the Manetu PolicyEngine.
The Manetu PolicyEngine provides:
mpe) for developing, testing, and serving policies:::note Use MPE with Any Language
MPE is written in Go, but you don't need Go to use it. Install mpe via Homebrew (or download a binary), author your policies, and integrate via the HTTP API from Python, Java, TypeScript, or any other language. Go is only required if you want to build mpe from source or use the embedded library.
:::
In this section, you'll learn how to:
mpe CLIThe fastest way to install on macOS or Linux is via Homebrew:
brew tap manetu/tap
brew install mpe
Then verify the installation:
mpe --help
Alternative install methods:
go install github.com/manetu/policyengine/cmd/mpe@latestFor detailed installation instructions, see the following pages.
Can you improve this documentation?Edit on GitHub
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |