Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

Commit

Permalink
Add instructions to run compose in dev mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Christophe Hamerling committed Mar 2, 2018
1 parent a5fd28f commit 9a7d1fa
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,18 @@ You can launch Hublin with Janus and all required services with Docker compose l
DOCKER_IP=<YOUR DOCKER IP> docker-compose -f docker-compose.yml -f docker-compose.janus.yml up
```

If you want to launch required services except Hublin container to start it on your own for development purposes for example, you can do:

```sh
DOCKER_IP=<YOUR DOCKER IP> docker-compose -f docker-compose.yml -f docker-compose.janus.yml up janus-gateway mongo redis
```

And then start Hublin

```sh
NODE_ENV=dev npm start
```

## Embedding

Want to embed hubl.in on your website? Read more [here](doc/embedding.md).
Expand Down

0 comments on commit 9a7d1fa

Please sign in to comment.