aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-11-21 11:13:59 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-11-21 11:13:59 +0100
commitc0196980a9c85ab1f8075c45ffe680cf50ab3573 (patch)
treefec4ce718e671c5e4506f6a6d256a32eecf663d1 /README.rst
parentUpdated README. (diff)
downloadnewspipe-c0196980a9c85ab1f8075c45ffe680cf50ab3573.tar.gz
newspipe-c0196980a9c85ab1f8075c45ffe680cf50ab3573.tar.bz2
newspipe-c0196980a9c85ab1f8075c45ffe680cf50ab3573.zip
Updated README.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst11
1 files changed, 8 insertions, 3 deletions
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
bgstack15