Skip to content

Commit

Permalink
Add supervisor install command for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusjunges committed Jan 23, 2024
1 parent de83098 commit 265e88e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/consuming-messages/10-class-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ To install supervisor on Ubuntu, you may use the following command:
sudo apt-get install supervisor
```

On mac, you can use homebrew:

```bash
brew install supervisor
```

### Configuring supervisor
Supervisor configuration files are typically stored in the `/etc/supervisor/conf.d` directory. Within this directory, you may create any number of configuration files that instruct supervisor how your processes should be monitored. For example, let's create a `my-topic-consumer.conf` file that starts and monitors our Consumer:

Expand Down

0 comments on commit 265e88e

Please sign in to comment.