From 65bdeddfbe889082230e8329303bac1fcde79fa2 Mon Sep 17 00:00:00 2001 From: valzav Date: Wed, 22 Jul 2015 13:25:11 -0700 Subject: [PATCH] added Vagrantfile - automates dev env creation; contains Ubuntu 14.04 setup shell script --- Vagrantfile | 112 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 112 insertions(+) create mode 100644 Vagrantfile diff --git a/Vagrantfile b/Vagrantfile new file mode 100644 index 00000000..a47c45c0 --- /dev/null +++ b/Vagrantfile @@ -0,0 +1,112 @@ +# Configures Ubuntu 14.04 VM to be used with BitShares 2.0 (Graphene) +# Downloads and builds all necessary software to run witness node and web GUI +# Use with Vagrant (http://docs.vagrantup.com/v2/getting-started/index.html) +# or just execute the shell script below. +# Vagrant setup supports the following providers: Virtual Box, Digital Ocean, Amazon EC2 + +$script = <