mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 09:05:55 +00:00
pilosa server runs the server
This commit is contained in:
parent
9229b401ef
commit
9686edbca5
1 changed files with 3 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue