Update Vagrantfile to provision a production box too.

This commit is contained in:
Roberto Rosario
2016-01-12 14:32:47 -04:00
parent 460076004a
commit a3a589fee8
5 changed files with 51 additions and 8 deletions

View File

@@ -24,6 +24,18 @@ Fix multiple document metadata editing
Fixed a bug that made it impossible to edit multiple documents' metadata values
if one of the documents had no previous value for it's metadata.
Updated Vagrant file
--------------------
The included Vagrant file now provide 2 boxes: development and production.
Selection which kind of box to provision is as easy as executing::
vagrant up development
or
vagrant up production
Other changes
-------------
* None

View File

@@ -247,3 +247,12 @@ be available by browsing to http://127.0.0.1. You can inspect the initialization
with::
docker logs mayanedms_mayan-edms_1
Vagrant
=======
Make sure you have Vagrant and a provider properly installed as per
https://docs.vagrantup.com/v2/installation/index.html
And execute::
vagrant up production

View File

@@ -254,7 +254,7 @@ Start and provision a machine using:
.. code-block:: bash
vagrant up
vagrant up development
To launch a standalone development server
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~