sethkimmel3 / roundtable.audio

Live, multi-party audio conferencing app.
MIT License
27 stars 5 forks source link

How do I install and configure? #2

Open maikocosta opened 3 years ago

maikocosta commented 3 years ago

Hello I liked the project but how do you install it on a server?

sethkimmel3 commented 3 years ago

Glad you like it @maikocosta!

You'll likely want to use docker-compose to build it, removing or changing the resources which differ for your needs. It's not exactly meant to be usable out of the box. This is a very helpful article series on how to deploy secure web apps with docker: https://www.digitalocean.com/community/tutorial_series/from-containers-to-kubernetes-with-node-js.

If you are looking for something more immediately deployable, I recommend checking out https://github.com/MixinNetwork/kraken.fm. Here's a really good article on how to deploy it: https://vec.io/posts/deploy-a-group-audio-conferencing-service.