aboutsummaryrefslogtreecommitdiff
path: root/vagrant/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'vagrant/README.md')
-rw-r--r--vagrant/README.md15
1 files changed, 0 insertions, 15 deletions
diff --git a/vagrant/README.md b/vagrant/README.md
deleted file mode 100644
index 2a83dd2c..00000000
--- a/vagrant/README.md
+++ /dev/null
@@ -1,15 +0,0 @@
-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