Skip to content

Commit

Permalink
adding simple running instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Nichols committed Jun 13, 2019
1 parent 96874be commit 9761af8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,17 @@
Websocket based CloudEvents viewer.

WIP.

## Runing Locally

```shell
FILE_PATH=./cmd/sockeye/kodata go run cmd/sockeye/main.go
```

## Running on Kubernetes

```shell
ko apply -f config/sockeye.yaml
```

TODO: more details.

0 comments on commit 9761af8

Please sign in to comment.