Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This document covers the steps necessary to download, build, and deploy Nomulus.

You will need the following programs installed on your local machine:

* A recent version of the [Java 11 JDK][java-jdk11].
* A recent version of the [Java JDK][java-jdk]. Find the version used by nomulus from [.java-version](/.java-version)
* [Google App Engine SDK for Java][app-engine-sdk], and configure aliases to the `gcloud` and `appcfg.sh` utilities (
you'll use them a lot).
* [Git](https://git-scm.com/) version control system.
Expand Down Expand Up @@ -132,7 +132,7 @@ entities in your newly deployed system. See the [first steps tutorial](./first-s
for more information.

[app-engine-sdk]: https://cloud.google.com/appengine/docs/java/download
[java-jdk11]: https://www.oracle.com/java/technologies/javase-downloads.html
[java-jdk]: https://www.oracle.com/java/technologies/javase-downloads.html

## Deploy the BEAM Pipelines

Expand Down