Skip to content

Commit

Permalink
README: add notes on crdb client requirement (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
joelrebel authored Aug 22, 2023
1 parent 34b7193 commit fbdcee3
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
Expand Up @@ -7,6 +7,12 @@ The server service is a microservice within the Hollow eco-system. Server servic

## Quickstart to running locally

### Install cockroachdb

The cockroachdb client is required to create and drop the test database.

Follow the instructions to install the cockroachdb dependency https://www.cockroachlabs.com/docs/stable/install-cockroachdb.html

### Running server service

To run the server service locally you can bring it up with docker-compose. This will run with released images from the hollow container registry.
Expand Down

0 comments on commit fbdcee3

Please sign in to comment.