From 50ba914add435ad604c88ef3ba0a39fbb100cd4e Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Tue, 2 Feb 2016 19:43:55 +0100 Subject: [PATCH] Deployment --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fedf5f5..a4290f2 100644 --- a/README.md +++ b/README.md @@ -213,12 +213,21 @@ Deployment ---------- Gist uses [Magallanes](http://magephp.com/) to manage deployment. - + +### Global installation + $ composer global require andres-montanez/magallanes # if the envvar PATH contains "$HOME/bin/" $ ln -s ~/.composer/vendor/bin/mage ~/bin/mage +### Locale installation + + $ composer require andres-montanez/magallanes + There is an example of the configuration of an environment in `.mage/config/environment/prod.yml-dist`. + # global installation $ mage deploy to:prod + # local installation + $ ./vendor/andres-montanez/magallanes/bin/mage