From 9f525609bb2e9866b5420f314a71fa1326e7db53 Mon Sep 17 00:00:00 2001 From: Jeromy Fu Date: Sat, 16 Jul 2016 22:42:30 -0700 Subject: [PATCH] first commit --- README.md | 5 ++ Vagrantfile | 129 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 134 insertions(+) create mode 100644 README.md create mode 100644 Vagrantfile 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 = <