From c0196980a9c85ab1f8075c45ffe680cf50ab3573 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Fri, 21 Nov 2014 11:13:59 +0100 Subject: Updated README. --- README.rst | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 70295bd8..c8805ef9 100644 --- a/README.rst +++ b/README.rst @@ -34,12 +34,14 @@ This application can be deployed on Heroku or on a traditional server. After installation, you will be able to connect with the email *root@pyAggr3g470r.localhost* and the password *password*. -Vagrant -''''''' +Deploying the application with Vagrant +'''''''''''''''''''''''''''''''''''''' Installation of VirtualBox and Vagrant ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.. code:: bash + $ 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 @@ -47,7 +49,10 @@ Installation of VirtualBox and Vagrant Deployment of pyAggr3g470r in a Vagrant VM ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - $ cd vagrant/ +.. code:: bash + + $ git clone https://bitbucket.org/cedricbonhomme/pyaggr3g470r.git + $ cd pyaggr3g470r/vagrant/ $ vagrant up -- cgit