Skip to content

Commit

Permalink
docs - update README.md with better instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
bharatnc committed Sep 6, 2020
1 parent f61a907 commit 7795018
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,17 @@ Vagrant 2.2.9
```
* Run Make command to provision. The Makefile uses ansible inventory information found under `hack` folder.
```bash
# to provision ClickHouse (single node)
# note might need to install sshpass [on ubuntu]: sudo apt install sshpass
# SSH password & BECOME password is vagrant
➜ clickhouse-ansible git:(master) ✗ make provision-ch-single-node
# SSH password & BECOME password: vagrant
# to provision ClickHouse (single node)
➜ clickhouse-ansible git:(master) ✗ make vagrant-up-ch-node
➜ clickhouse-ansible git:(master) ✗ make provision-ch-node
# to destroy ClickHouse (single node)
➜ clickhouse-ansible git:(master) ✗ make vagrant-down-ch-node

# to provision Zookeeper (single node)
➜ clickhouse-ansible git:(master) ✗ make vagrant-up-zk-node
➜ clickhouse-ansible git:(master) ✗ make provision-zk-node
# to destroy Zookeeper (single node)
➜ clickhouse-ansible git:(master) ✗ make vagrant-down-zk-node
```

0 comments on commit 7795018

Please sign in to comment.