moved directories

This commit is contained in:
Lorenzo Venerandi
2025-03-09 15:08:35 +01:00
parent f08586cdf1
commit 772bd462d3
6 changed files with 39 additions and 90 deletions

View File

@@ -0,0 +1,28 @@
# Wasmcloud Edge Deployment
## NATS Leaf
Creare il nodo `nats-leaf` utilizzando il docker-compose (modificare `nats-leaf.conf` se necessario)
```bash
docker compose up -d
```
Controllare la connessione a Nats
```bash
nast server check connection
```
## Wasmcloud Host
Creare l'host wasmcloud con il comando
```bash
wash up -d --multi-local
```
Controllare il corretto deployment dell'host
```bash
wash get inventory
```
Aggiungere la label all'host
```bash
wash label <host-id> host-type=edge
```