You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
1.9 KiB

# Magallanes #
8 years ago
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/ed0de53a-a12e-459b-9464-34def5907b56/mini.png)](https://insight.sensiolabs.com/projects/ed0de53a-a12e-459b-9464-34def5907b56)
[![Build Status](https://travis-ci.org/andres-montanez/Magallanes.svg?branch=nostromo)](https://travis-ci.org/andres-montanez/Magallanes)
8 years ago
[![Coverage Status](https://coveralls.io/repos/github/andres-montanez/Magallanes/badge.svg?branch=nostromo)](https://coveralls.io/github/andres-montanez/Magallanes?branch=nostromo)
[![Latest Stable Version](https://poser.pugx.org/andres-montanez/Magallanes/v/stable.png)](https://packagist.org/packages/andres-montanez/Magallanes)
[![Total Downloads](https://poser.pugx.org/andres-montanez/magallanes/downloads)](https://packagist.org/packages/andres-montanez/magallanes)
[![License](https://poser.pugx.org/andres-montanez/magallanes/license)](https://packagist.org/packages/andres-montanez/magallanes)
8 years ago
### What's Magallanes? ###
8 years ago
**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://v3.magephp.com
8 years ago
### Installing ###
Simply add the following dependency to your project’s composer.json file:
```json
"require": {
"andres-montanez/magallanes": "^3.0"
}
```
Finally you can use **Magallanes** from the vendor's bin:
8 years ago
```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 rewritten using **_Symfony3 Components_**, so naming it v3 makes a lot of sense.
8 years ago
8 years ago
### 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)*.