From 8515d0bbdbd4bef494d089afed1454cc3bd0642a Mon Sep 17 00:00:00 2001 From: Jeff Malnick Date: Mon, 21 Sep 2020 12:39:19 -0700 Subject: [PATCH] docs: production install --- website/pages/docs/installing/production.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 website/pages/docs/installing/production.md diff --git a/website/pages/docs/installing/production.md b/website/pages/docs/installing/production.md new file mode 100644 index 0000000000..6fcc8ac3a2 --- /dev/null +++ b/website/pages/docs/installing/production.md @@ -0,0 +1,17 @@ +### Controller Configuration + +name must be unique! + +### Worker Configuration + +name must be unique! + +### Installation + +1. `/etc/boundary-${TYPE}.hcl`: Configuration file for the boundary service +1. `/usr/local/bin/boundary`: The Boundary binary +1. `/etc/systemd/system/boundary-${TYPE}.service`: Systemd unit file for the Boundary service + +See `examples/aws/install/install.sh` for installing the Boundary binary as a service on systemd linux-type distributions. + +See `examples/aws/ec2.tf` for configuration examples for the worker and controller respectively.