Add build section to docs

This commit is contained in:
Arthur Barr
2017-11-21 10:48:19 +00:00
parent 3bbdeec3f0
commit 3848c39147

View File

@@ -8,9 +8,15 @@ You need to ensure you have the following tools installed:
* [Glide](https://glide.sh/) * [Glide](https://glide.sh/)
* [dep](https://github.com/golang/dep) (official Go dependency management tool) * [dep](https://github.com/golang/dep) (official Go dependency management tool)
* make * 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/). 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 ## Running the tests
There are three main sets of tests: There are three main sets of tests: