[mirotalksfu] - update readme

main
Miroslav Pejic 4 years ago
parent f05fe906dd
commit 59e2788e40

@ -29,7 +29,7 @@ Powered by `WebRTC` with [SFU](https://mediasoup.org) integrated server.
$ git clone https://github.com/miroslavpejic85/mirotalksfu.git $ git clone https://github.com/miroslavpejic85/mirotalksfu.git
# Go to to dir mirotalksfu # Go to to dir mirotalksfu
$ cd mirotalksfu $ cd mirotalksfu
# Copy src/config.template.js in src/config.js # Copy src/config.template.js in src/config.js and edit it if needed
$ cp src/config.template.js src/config.js $ cp src/config.template.js src/config.js
# Install dependencies # Install dependencies
$ npm install $ npm install
@ -44,6 +44,8 @@ $ npm start
- Install https://docs.docker.com/compose/install/ - Install https://docs.docker.com/compose/install/
```bash ```bash
# Copy src/config.template.js in src/config.js and edit it if needed
$ cp src/config.template.js src/config.js
# Build or rebuild services # Build or rebuild services
$ docker-compose build $ docker-compose build
# Create and start containers # Create and start containers

Loading…
Cancel
Save