This repository has been archived by the owner on Apr 27, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 924
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Many changes: 1. Add copyright notices to scripts. 2. Add code to startup.py to run services in the “apache” group instead of as root (hopefully; testing this next). 3. Update WebRTC chat/video demo to use local hostname for STUN/TURN server address instead of hardcoded IP. 4. Updated updater script (update.sh) to fetch the EC2 local and public IPs instead of using hardcoded IPs for starting turnserver. 5. Added code to user-data.sh (instantiation-time script) to copy the startup.py script to the per-boot space so the startup process gets run on reboots. This should allow us to run everything on both stage and prod without fiddling, and should allow rebooting to pick up changes without having to start processes by hand afterward.
- Loading branch information
Showing
4 changed files
with
56 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters