From 5c269023f85c254d5408c50aeb5a601061c36566 Mon Sep 17 00:00:00 2001 From: Pavlo Tkach <3469726+ptkach@users.noreply.github.com> Date: Tue, 2 Aug 2022 16:20:59 -0400 Subject: [PATCH] Add docker prerequisite to install guide (#1728) --- docs/install.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/install.md b/docs/install.md index 1e130a1f6..b741d2362 100644 --- a/docs/install.md +++ b/docs/install.md @@ -6,12 +6,13 @@ 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]. -* [Google App Engine SDK for Java][app-engine-sdk], and configure aliases to - to the `gcloud` and `appcfg.sh` utilities (you'll use them a lot). -* [Git](https://git-scm.com/) version control system. -* Python version 3.7 or newer. -* gnupg2 (e.g. in run `sudo apt install gnupg2` in Debian-like Linuxes) +* A recent version of the [Java 11 JDK][java-jdk11]. +* [Google App Engine SDK for Java][app-engine-sdk], and configure aliases to to the `gcloud` and `appcfg.sh` utilities ( + you'll use them a lot). +* [Git](https://git-scm.com/) version control system. +* Docker (confirm with `docker info` no permission issues, use `sudo groupadd docker` for sudoless docker). +* Python version 3.7 or newer. +* gnupg2 (e.g. in run `sudo apt install gnupg2` in Debian-like Linuxes) **Note:** App Engine does not yet support Java 9. Also, the instructions in this document have only been tested on Linux. They might work with some alterations