Skip to content

Commit

Permalink
Reduced parmaeters for starting BigBlueButton
Browse files Browse the repository at this point in the history
  • Loading branch information
ffdixon committed Sep 24, 2018
1 parent 4ce9aa4 commit a73e659
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 26 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
id_rsa.pub
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ docker build -t bigbluebutton .
Here we called the BigBlueButton container `bigbluebutton`. To run BigBlueButton in Docker, run the command

~~~
docker run --rm -p 80:80/tcp -p 443:443/tcp -p 1935:1935 -p 5066:5066 -p 3478:3478 -p 3478:3478/udp bigbluebutton -h <HOST_IP>
docker run --rm -p 80:80/tcp -p 1935:1935 -p 3478:3478 -p 3478:3478/udp bigbluebutton -h <HOST_IP>
~~~

Make sure you provide the host IP of the server on which you run the docker command. Once running, you can navigate to `http://<HOST_IP>` to access your BigBlueButton server.
Expand Down
19 changes: 0 additions & 19 deletions restart.sh

This file was deleted.

12 changes: 6 additions & 6 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -240,16 +240,16 @@ export KURENTO_LOGS_PATH=$DAEMON_LOG

cat << HERE
BigBlueButton is now starting up at this address
BigBlueButton is now starting up. You can access the API demos here (use FireFox for WebRTC audio/video)
http://$HOST
http://$HOST/demo/demo1.jsp
For API calles, use
For API calls, use the following credentials
IP: $HOST
Secret: $SECRET
host: $HOST
secret: $SECRET
Here's a direct link for APIMate to make API calls
To interactively create API calls, here's a link to configure APIMate
http://mconf.github.io/api-mate/#server=http://$HOST/bigbluebutton/&sharedSecret=$SECRET
Expand Down

0 comments on commit a73e659

Please sign in to comment.