From 0fcd44422c99b7a7ef6f6b733c4113b64e1b8751 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Fri, 21 Nov 2014 11:11:28 +0100 Subject: Updated README. --- README.rst | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index d26f6a6b..70295bd8 100644 --- a/README.rst +++ b/README.rst @@ -37,8 +37,19 @@ After installation, you will be able to connect with the email *root@pyAggr3g470 Vagrant ''''''' -It is possible to deploy pyAggr3g470r with Vagrant. -More details `here `_. +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 + Deploying the application on Heroku ''''''''''''''''''''''''''''''''''' -- cgit