Go to file
Andrés Montañez 23dae99c1a Update to Version 3.4.0 2018-03-29 19:29:59 -03:00
bin [Nostromo] Refactor config load 2017-01-29 19:25:03 -03:00
docs Improve tests 2018-03-29 17:55:54 -03:00
src Update to Version 3.4.0 2018-03-29 19:29:59 -03:00
tests Improve tests 2018-03-29 17:55:54 -03:00
.gitignore [Issue-380] Throw exception if log_dir is defined but doesn't exists 2018-03-29 16:48:14 -03:00
.travis.yml Improve tests 2018-03-29 17:55:54 -03:00
CHANGELOG.md [Issue#415] Remove timeout on Deploy with Tar or Rsync tasks 2018-03-29 18:33:40 -03:00
CONTRIBUTING.md Tweak 2017-01-24 15:50:21 -03:00
LICENSE [Nostromo] Initial Commit 2016-12-31 03:52:25 -03:00
README.md Update README.md 2018-03-29 14:56:22 -03:00
composer.json [Nostromo] Tweak Composer 2017-01-31 00:56:33 -03:00
phpunit.xml.dist Improve phpunit config. 2017-01-10 16:07:50 +02:00

README.md

Magallanes

SensioLabsInsight Build Status Coverage Status Code Quality Latest Stable Version Pre Release Total Downloads License

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 https://magephp.com

Installing

Simply add the following dependency to your projects composer.json file:

    "require": {
        "andres-montanez/magallanes": "^3.0"
    }

Finally you can use Magallanes from the vendor's bin:

$ 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.

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).