|
|
|
@ -61,8 +61,8 @@ If you want to deploy an `MiroTalk SFU` instance on `your own dedicated droplet`
|
|
|
|
$ 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 and edit it if needed
|
|
|
|
# Copy app/src/config.template.js in app/src/config.js and edit it if needed
|
|
|
|
$ cp src/config.template.js src/config.js
|
|
|
|
$ cp app/src/config.template.js app/src/config.js
|
|
|
|
# Install dependencies
|
|
|
|
# Install dependencies
|
|
|
|
$ npm install
|
|
|
|
$ npm install
|
|
|
|
# Start the server
|
|
|
|
# Start the server
|
|
|
|
|