merge tutor updates #82
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user