From 3848c39147eb006044af78f1d8626d557ac5ab24 Mon Sep 17 00:00:00 2001 From: Arthur Barr Date: Tue, 21 Nov 2017 10:48:19 +0000 Subject: [PATCH] Add build section to docs --- docs/developing.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/developing.md b/docs/developing.md index 17ba25a..048c522 100644 --- a/docs/developing.md +++ b/docs/developing.md @@ -8,9 +8,15 @@ You need to ensure you have the following tools installed: * [Glide](https://glide.sh/) * [dep](https://github.com/golang/dep) (official Go dependency management tool) * make +* [Helm](https://helm.sh) - only needed for running the Kubernetes tests For running the Kubernetes tests, a Kubernetes environment is needed, for example [Minikube](https://github.com/kubernetes/minikube) or [IBM Cloud Private](https://www.ibm.com/cloud-computing/products/ibm-cloud-private/). +## Building a production image + +1. Download MQ from IBM Passport Advantage, and place the downloaded file (for example, `CNLE4ML.tar.gz` for MQ V9.0.4) in the `downloads` directory +2. Run `make build-advancedserver` + ## Running the tests There are three main sets of tests: