aboutsummaryrefslogtreecommitdiff
path: root/vagrant/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'vagrant/README.rst')
-rw-r--r--vagrant/README.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/vagrant/README.rst b/vagrant/README.rst
new file mode 100644
index 00000000..2a83dd2c
--- /dev/null
+++ b/vagrant/README.rst
@@ -0,0 +1,15 @@
+Vagrant installer for pyAggr3g470r
+==================================
+
+Installation of VirtualBox and Vagrant
+--------------------------------------
+
+ $ sudo apt-get install virtualbox
+ $ wget https://dl.bintray.com/mitchellh/vagrant/vagrant_1.6.3_x86_64.deb
+ $ sudo dpkg -i vagrant_1.6.3_x86_64.deb
+
+Deployment of pyAggr3g470r in a Vagrant VM
+==========================================
+
+ $ cd vagrant/
+ $ vagrant up
bgstack15