Merge pull request #22 from robertfausk/master

add ability to install via composer
This commit is contained in:
Andrés Montañez 2013-10-06 11:35:46 -07:00
commit a47076d02a

View file

@ -9,6 +9,22 @@ It will get your application to a safe harbor.
You can instruct Magallanes to deploy your code to all the servers you want (via rsync over ssh), You can instruct Magallanes to deploy your code to all the servers you want (via rsync over ssh),
and run tasks for that freshly deployed code. and run tasks for that freshly deployed code.
### How can I install it via composer? ###
Simply add the following dependency to your projects composer.json file:
```js
"require": {
// ...
"andres-montanez/magallanes": "dev-master"
// ...
}
```
Now tell composer to download the bundle by running the command:
```bash
$ php composer.phar update andres-montanez/magallanes
```
### Can you give me some examples/ideas? ### ### Can you give me some examples/ideas? ###
**Sure!** **Sure!**