security-union / videocall-rs

teleconference system written in rust
MIT License
1.34k stars 114 forks source link

Clean up scripts for local development #146

Closed ronen closed 8 months ago

ronen commented 8 months ago

I've cleaned up ./start_dev.sh so it works out of the box (for me anyway :) -- default values for environment variables, etc. -- to make it easy to develop locally without going through docker. And I added some checks for a few prerequisites, though there are probably more I didn't think of.

I also changed ./launch-chrome.sh so that it doesn't generate a new certificate each time, since that was forcing recompilation.

I've updated the README to include instructions for them.