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 = <