diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-11-21 11:13:59 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-11-21 11:13:59 +0100 |
commit | c0196980a9c85ab1f8075c45ffe680cf50ab3573 (patch) | |
tree | fec4ce718e671c5e4506f6a6d256a32eecf663d1 | |
parent | Updated README. (diff) | |
download | newspipe-c0196980a9c85ab1f8075c45ffe680cf50ab3573.tar.gz newspipe-c0196980a9c85ab1f8075c45ffe680cf50ab3573.tar.bz2 newspipe-c0196980a9c85ab1f8075c45ffe680cf50ab3573.zip |
Updated README.
-rw-r--r-- | README.rst | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -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 |