22 lines
382 B
Markdown
22 lines
382 B
Markdown
# Setup instructions
|
|
|
|
Install dependencies:
|
|
|
|
Follow the instructions to [set up a dnsmasq machine](./dnsmasq/README.md).
|
|
|
|
Follow the instructions to [set up cluster nodes](./cluster-nodes/README.md).
|
|
|
|
Set up cluster services:
|
|
|
|
```bash
|
|
wild-cluster-services-fetch
|
|
wild-cluster-services-configure
|
|
wild-cluster-services-up
|
|
```
|
|
|
|
Now make sure everything works:
|
|
|
|
```bash
|
|
wild-health
|
|
```
|