Skip to content

Commit

Permalink
docs: add section on starting in a non-docker context
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Jan 16, 2023
1 parent 9e70a35 commit 975f56b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,21 @@ SERVICE_LISTEN_ON=8080
SERVICE_LISTEN_ON="/path/to/event_relay.sock"
```

## Starting

To start `bento_event_relay` in "production" mode, run the following:

```bash
NODE_ENV=production npm run start
````

To start it in "development" mode (with automatic restart on file changes),
run the following:

```bash
NODE_ENV=development npx nodemon
```

## HTTP Endpoints

The `bento_event_relay` service only has one HTTP endpoint, `/service-info`,
Expand Down

0 comments on commit 975f56b

Please sign in to comment.