From ba6ccc46514dba5103a3eb328632f429ebd53f7b Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Fri, 21 Nov 2014 11:06:55 +0100 Subject: Updated README. --- README.rst | 2 +- vagrant/README.md | 15 --------------- vagrant/README.rst | 15 +++++++++++++++ 3 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 vagrant/README.md create mode 100644 vagrant/README.rst diff --git a/README.rst b/README.rst index c575ec2e..05cac164 100644 --- a/README.rst +++ b/README.rst @@ -38,7 +38,7 @@ Vagrant ''''''' It is possible to deploy pyAggr3g470r with Vagrant. -More details :doc:`here `_. +More details :doc:`here `_. Deploying the application on Heroku ''''''''''''''''''''''''''''''''''' diff --git a/vagrant/README.md b/vagrant/README.md deleted file mode 100644 index 2a83dd2c..00000000 --- a/vagrant/README.md +++ /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 diff --git a/vagrant/README.rst b/vagrant/README.rst new file mode 100644 index 00000000..2a83dd2c --- /dev/null +++ b/vagrant/README.rst @@ -0,0 +1,15 @@ +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 -- cgit