From 9686edbca517883e4d8b10c8d081c76e535fcc2c Mon Sep 17 00:00:00 2001 From: Yuce Tekol Date: Sat, 21 Oct 2017 00:41:27 +0300 Subject: [PATCH] pilosa server runs the server --- docs/howtos.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/howtos.md b/docs/howtos.md index eef3b1fd3..81e4879b3 100644 --- a/docs/howtos.md +++ b/docs/howtos.md @@ -144,19 +144,19 @@ Let's open three terminal windows and run each node in its window. This will ena Switch to the first terminal window, change to the project directory and start the first node: ``` cd $HOME/pilosa-tls-tutorial -pilosa -c node1.config.toml +pilosa server -c node1.config.toml ``` Switch to the second terminal window, change to the project directory and start the second node: ``` cd $HOME/pilosa-tls-tutorial -pilosa -c node2.config.toml +pilosa server -c node2.config.toml ``` Switch to the third terminal window, change to the project directory and start the third node: ``` cd $HOME/pilosa-tls-tutorial -pilosa -c node3.config.toml +pilosa server -c node3.config.toml ``` Let's ensure that all three Pilosa servers are runnning and they are connected: