Skip to content
This repository has been archived by the owner on Dec 31, 2024. It is now read-only.

Commit

Permalink
docs: clarify rabbitmq status #31
Browse files Browse the repository at this point in the history
  • Loading branch information
JPHutchins committed Jan 1, 2022
1 parent a61010b commit aee6c29
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,10 @@ cd open-energy-view
* Start rabbitmq-server
```
sudo service rabbitmq-server start
sudo service rabbitmq-server status # verify that it is running
```
* Verify that rabbitmq-server is running
```
sudo service rabbitmq-server status
```
* Configure rabbitmq
```
Expand Down

0 comments on commit aee6c29

Please sign in to comment.