Skip to content

Commit

Permalink
Update installation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Nov 8, 2023
1 parent 490b9f9 commit 8499921
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -550,6 +550,17 @@ CLICKHOUSE_DB="qryn" \
bun qryn.mjs
```

### PM2

To start **qryn** with PM2 and Bun as the interpreter, run the following command:

```bash
CLICKHOUSE_SERVER="my.clickhouse.server" \
CLICKHOUSE_AUTH="default:password" \
CLICKHOUSE_DB="qryn" \
pm2 start --interpreter ~/.bun/bin/bun qryn
```

?> That's it! You are ready to use **qryn**


Expand Down

0 comments on commit 8499921

Please sign in to comment.