diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-11-21 09:01:33 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-11-21 09:01:33 +0100 |
commit | 46910ee27d19f18758d188d2991c8fc51072aba5 (patch) | |
tree | ffb06bdb1ce486fd21fc1d8686cdc7053ac30c2d /vagrant/README.md | |
parent | Updated NEWS.rst (diff) | |
download | newspipe-46910ee27d19f18758d188d2991c8fc51072aba5.tar.gz newspipe-46910ee27d19f18758d188d2991c8fc51072aba5.tar.bz2 newspipe-46910ee27d19f18758d188d2991c8fc51072aba5.zip |
Test with Vagrant.
Diffstat (limited to 'vagrant/README.md')
-rw-r--r-- | vagrant/README.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/vagrant/README.md b/vagrant/README.md new file mode 100644 index 00000000..2a83dd2c --- /dev/null +++ b/vagrant/README.md @@ -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 |