magallanes/README.md
Andrés Montañez 90aa0fcf10 Update README.md
2016-12-31 22:13:25 -03:00

25 lines
1.2 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Magallanes #
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/ed0de53a-a12e-459b-9464-34def5907b56/mini.png)](https://insight.sensiolabs.com/projects/ed0de53a-a12e-459b-9464-34def5907b56)
### What's Magallanes? ###
Magallanes is a deployment tool for made with PHP for PHP applications; it's quite simple to use and manage. For more information and documentation please visit http://www.magephp.com/v3
### Installing ###
Simply add the following dependency to your projects composer.json file:
```json
"require": {
"andres-montanez/magallanes": "^3.0"
}
```
Finally you can use Magallanes from the vendor's bin:
```bash
$ vendor/bin/mage version
```
### What happend to version 2? ###
There is no version 2. I've skipped it and jumpped stright from v1 to v3. This new version of Magallanes is quite radical and different from it's successor. The whole application has been wreritten using Symfony3 Components, so naming it v3 makes a lot of sense.
### Codename... Nostromo? ###
Each new mayor version of Magallanes will have a codename (like Ubuntu), and in the current version it is Nostromo, like the spaceship from the movie Alien (1979).