Skip to content

Commit 10b178f

Browse files
committed
update installation instructions to make build requirements clear
1 parent b538628 commit 10b178f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

site/installation.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ Note that there is a short video demonstration of the installation process avail
1313

1414
## Build the Docker image for the operator
1515

16+
The following software are required to obtain and build the operator:
17+
18+
* Git (1.8 or later recommended)
19+
* Apache Maven (3.3 or later recommended)
20+
* Java Developer Kit (1.8u131 or later recommended, not 1.9)
21+
* Docker 17.03.1.ce
22+
1623
To run the operator in a Kubernetes cluster, you need to build the Docker image and then deploy it to your cluster. The operator is built using Apache Maven, which must be installed first. Maven may be downloaded from the [Apache Maven site](http://maven.apache.org). The GitHub repository should be cloned locally:
1724

1825
```

0 commit comments

Comments
 (0)