aboutsummaryrefslogtreecommitdiff
path: root/vagrant/README.md
blob: 2a83dd2c838f4fa6a8c47fbe42759909f8c54785 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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