Update BROKERS.md

This commit is contained in:
Andrei Ciortea 2021-11-11 17:16:09 +01:00
parent 5c82dd84b4
commit 3f4f2f4a1b

View File

@ -14,10 +14,8 @@ Running this WebSub Hub implementation requires Docker, Node.js, and npm:
### How to run ### How to run
```shell ```shell
git clone https://github.com/hemerajs/websub-hub.git docker run -d -p 27017:27017 -p 28017:28017 -e AUTH=no mongo:latest
cd websub-hub npm i -g websub-hub
docker run -d -p 27017:27017 -p 28017:28017 -e AUTH=no tutum/mongodb
npm i -g websub-hub-cli
websub-hub -l info -m mongodb://localhost:27017/hub websub-hub -l info -m mongodb://localhost:27017/hub
``` ```