Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README.md
Browse files Browse the repository at this point in the history
somesylvie committed May 21, 2024
1 parent 64ce125 commit a9670ae
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -54,12 +54,9 @@ pre-commit install
```

### Running locally
For the Azure blob storage modify and run the below command to spin up Azurite which will run blob storage locally


```shell
azurite --silent --location ~/AzuritelocationOnYourMachine --debug ~/location/for/logs/debug.log
```
Run `docker-compose`, which will spin up both an Azurite container and the app. By default, this leaves the ReportStream
URL prefix environment variable empty, and we'll use a mock response rather than calling ReportStream. Uncomment
the `REPORT_STREAM_URL_PREFIX` in [docker-compose.yml](docker-compose.yml) to call locally-running ReportStream instead.

### Testing

0 comments on commit a9670ae

Please sign in to comment.