From 8b2539a14aa61a836686700af730f2b9a998a828 Mon Sep 17 00:00:00 2001 From: "Victor \"Nate\" Graf" Date: Tue, 10 Dec 2019 18:35:07 -0800 Subject: [PATCH] Clarify requirements for local vs remote machines > What is not really spelled out very well in the documentation (until about half-way through) is you only node node/npm/celocli on the local (account) node. You will need docker everywhere. --- packages/docs/getting-started/running-a-validator.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/docs/getting-started/running-a-validator.md b/packages/docs/getting-started/running-a-validator.md index dec7438022f..9a39b46dee6 100644 --- a/packages/docs/getting-started/running-a-validator.md +++ b/packages/docs/getting-started/running-a-validator.md @@ -39,11 +39,13 @@ In addition, to get things started, it will be useful to temporarily run a node ### Software requirements +#### On each machine - **You have Docker installed.** If you don’t have it already, follow the instructions here: [Get Started with Docker](https://www.docker.com/get-started). It will involve creating or signing in with a Docker account, downloading a desktop app, and then launching the app to be able to use the Docker CLI. If you are running on a Linux server, follow the instructions for your distro [here](https://docs.docker.com/install/#server). You may be required to run Docker with `sudo` depending on your installation environment. You can check you have Docker installed and running if the command `docker info` works properly. +#### On your local machine - **You have celocli installed.** See [Command Line Interface \(CLI\) ](../command-line-interface/introduction.md)for instructions on how to get set up.