Skip to content

Commit

Permalink
Merge pull request #21 from vances/main
Browse files Browse the repository at this point in the history
document install and run redis
  • Loading branch information
vances authored Nov 24, 2023
2 parents 3e98137 + 1e31520 commit 162243d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## Tooling
* Install [Rust](https://www.rust-lang.org/tools/install).
* Install [Redis Stack](https://redis.io/docs/install/install-stack/)
* Install [ODA API Rust SDK: TMF634](https://github.com/oda-components/oda-api-sdk-rust#tmf634)
* Install [ODA API Rust SDK: TMF639](https://github.com/oda-components/oda-api-sdk-rust#tmf639)

Expand All @@ -15,6 +16,11 @@ cargo doc --workspace

## Run

### Redis
```bash
redis-stack-server &
```

### TMF634
```bash
RUST_LOG=info cargo run --package oda_ri_tmf634 --bin tmf634_server &
Expand Down

0 comments on commit 162243d

Please sign in to comment.