magallanes/README.md

33 lines
2.2 KiB
Markdown
Raw Normal View History

2017-04-15 04:06:04 +02:00
# Magallanes
2017-02-26 00:15:00 +01:00
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/ed0de53a-a12e-459b-9464-34def5907b56/mini.png)](https://insight.sensiolabs.com/projects/ed0de53a-a12e-459b-9464-34def5907b56)
2017-01-24 20:14:11 +01:00
[![Build Status](https://img.shields.io/travis/andres-montanez/Magallanes/master.svg)](https://travis-ci.org/andres-montanez/Magallanes)
[![Coverage Status](https://img.shields.io/coveralls/andres-montanez/Magallanes/master.svg)](https://coveralls.io/github/andres-montanez/Magallanes?branch=master)
2017-01-24 20:08:49 +01:00
[![Code Quality](https://img.shields.io/scrutinizer/g/andres-montanez/Magallanes.svg)](https://scrutinizer-ci.com/g/andres-montanez/Magallanes/)
2017-01-08 06:15:04 +01:00
[![Latest Stable Version](https://img.shields.io/packagist/v/andres-montanez/magallanes.svg?label=stable)](https://packagist.org/packages/andres-montanez/magallanes)
[![Pre Release](https://img.shields.io/packagist/vpre/andres-montanez/magallanes.svg?label=dev)](https://packagist.org/packages/andres-montanez/magallanes)
[![Total Downloads](https://img.shields.io/packagist/dt/andres-montanez/magallanes.svg)](https://packagist.org/packages/andres-montanez/magallanes)
[![License](https://img.shields.io/packagist/l/andres-montanez/magallanes.svg)](https://packagist.org/packages/andres-montanez/magallanes)
2017-04-15 04:06:04 +02:00
### What's Magallanes?
2018-03-29 19:56:22 +02:00
**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 https://magephp.com
2016-12-31 07:52:25 +01:00
2017-04-15 04:06:04 +02:00
### Installing
2017-01-01 02:13:25 +01:00
Simply add the following dependency to your projects composer.json file:
```json
"require": {
"andres-montanez/magallanes": "^3.0"
}
```
2017-01-01 06:49:24 +01:00
Finally you can use **Magallanes** from the vendor's bin:
2017-01-01 02:13:25 +01:00
```bash
$ vendor/bin/mage version
```
2017-04-15 04:06:04 +02:00
### What happend to version 2?
2017-01-01 06:49:24 +01:00
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.
2017-01-01 02:13:25 +01:00
2017-04-15 04:06:04 +02:00
### Codename Nostromo
2017-01-01 06:49:24 +01:00
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)*.