aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-11-21 11:11:28 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-11-21 11:11:28 +0100
commit0fcd44422c99b7a7ef6f6b733c4113b64e1b8751 (patch)
tree7b321210a3133bbd92402bdd17b7975bb683fca1
parentUpdated README. (diff)
downloadnewspipe-0fcd44422c99b7a7ef6f6b733c4113b64e1b8751.tar.gz
newspipe-0fcd44422c99b7a7ef6f6b733c4113b64e1b8751.tar.bz2
newspipe-0fcd44422c99b7a7ef6f6b733c4113b64e1b8751.zip
Updated README.
-rw-r--r--README.rst15
-rw-r--r--vagrant/README.rst15
2 files changed, 13 insertions, 17 deletions
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 <vagrant/README.rst>`_.
+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
'''''''''''''''''''''''''''''''''''
diff --git a/vagrant/README.rst b/vagrant/README.rst
deleted file mode 100644
index 2a83dd2c..00000000
--- a/vagrant/README.rst
+++ /dev/null
@@ -1,15 +0,0 @@
-Vagrant installer for pyAggr3g470r
-==================================
-
-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
bgstack15