aboutsummaryrefslogtreecommitdiff
path: root/documentation/deployment.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/deployment.rst')
-rw-r--r--documentation/deployment.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/documentation/deployment.rst b/documentation/deployment.rst
index 82fa3988..f85c549c 100644
--- a/documentation/deployment.rst
+++ b/documentation/deployment.rst
@@ -14,8 +14,9 @@ Installation of VirtualBox and Vagrant
.. code-block:: bash
$ sudo apt-get install virtualbox
- $ wget https://dl.bintray.com/mitchellh/vagrant/vagrant_1.7.2_x86_64.deb
- $ sudo dpkg -i vagrant_1.7.2_x86_64.deb
+ $ wget https://dl.bintray.com/mitchellh/vagrant/vagrant_1.7.4_x86_64.deb
+ $ sudo dpkg -i vagrant_1.7.4_x86_64.deb
+ $ rm vagrant_1.7.4_x86_64.deb
Deployment of JARR
bgstack15