Skip to content

Commit

Permalink
Add install script instructions to README.md (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmccarthy1 authored May 21, 2020
1 parent 74123c5 commit 0eefc7e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@ Visualization and querying can be done through the Prometheus built in expressio

## Quick Start

Install the appropriate q scripts to `$QHOME`/`%QHOME%` as appropriate using the `install.sh`/`install.bat` files

```bash
## Linux/MacOS
chmod +x install.sh && ./install.sh

## Windows
install.bat
```

Run kdb+ with the supplied q script. This script will expose metrics on port 8080 which can be monitored by Prometheus

```
Expand Down

0 comments on commit 0eefc7e

Please sign in to comment.