diff --git a/README.md b/README.md new file mode 100644 index 0000000..97eec47 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# bigbluebutton-vagrant + +Vagrant virtual box environment setup for BigBlueButton 1.0 + +Download [vagrant](https://www.vagrantup.com/downloads.html), and then run in terminal `vagrant up` to build the image, you may need to choose one from the available bridged network interfaces to finish the network setup. Once the setup is finished, it will print out "Finish setup on http://", while `ipaddr` is the ip address of the VM. diff --git a/Vagrantfile b/Vagrantfile new file mode 100644 index 0000000..888a3fd --- /dev/null +++ b/Vagrantfile @@ -0,0 +1,129 @@ +# -*- mode: ruby -*- +# vi: set ft=ruby : + +$script = <