Files
aperture/INSTALL.md
Valentine Wallace 279fa2a64b Initial version of the proxy.
Missing: logging, an Authenticator implementing the LSAT HTTP
and gRPC protocol.
2019-09-12 16:41:25 -07:00

10 lines
249 B
Markdown

## Requirements
* go 1.13
## Up and Running
1. Clone the repository.
2. See `sample-conf.yaml` to see how to configure your target backend services (and, optionally, change the port that Kirin runs on).
3. `cd cmd/kirin && go build`
4. `./kirin`