Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
StuartHarris committed Aug 14, 2024
1 parent 502ab8e commit 1a52b19
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions platform-wasmcloud/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
### Deploy to local wasmCloud

## Setup

### wasmCloud

Install `wash` with `brew install wash`.

```bash
wash --version
# wash 0.30.0
```

run

```bash
wash up -d
```

### Build and sign the components

```bash
./build_and_sign.fish
```

### Deploy the components with `wadm`

```bash
./up.fish
```

### Delete the application with `wadm`

```bash
./down.fish
```

0 comments on commit 1a52b19

Please sign in to comment.