Add Vagrant file for development
authorAntonio Ojea <aojea@midokura.com>
Fri, 24 Feb 2017 13:22:28 +0000 (14:22 +0100)
committerChristian Grothoff <christian@grothoff.org>
Sat, 25 Feb 2017 00:53:16 +0000 (01:53 +0100)
commitc4942479309a40c09c4659fa3e26280d3a121058
tree91a38332aa89dd2f6b7047171cd286e88f6d6341
parentb92a2992b013a8a27f2ca3b5d5e183c0f1df54a1
Add Vagrant file for development

This patch adds a vagranfile that installs the required
dependencies to compile gnunet.

To be able to use it you need to cd to the contrib/vagrant
directory, run "vagrant up" and wait until the VM is provisioned.
Once it finish the provisioning you can login in the VM with
 "vagrant ssh"  The VM mounts the source code of gnunet in the
folder /gnunet, thus you can edit your code in the host and
compile it in the VM.

Signed-off-by: Antonio Ojea <aojea@midokura.com>
contrib/vagrant/Vagrantfile [new file with mode: 0644]
contrib/vagrant/bootstrap.ubuntu.sh [new file with mode: 0644]