mwltr / magedeploy2
Deployment Setup for Magento2 using robo and deployer
Installs: 25 538
Dependents: 1
Suggesters: 0
Security: 0
Stars: 28
Watchers: 4
Forks: 10
Open Issues: 0
Requires
- mwltr/robo-deployer: ^1.1.2
- mwltr/robo-magento2: ^2.0.0
- vlucas/phpdotenv: ^2.4
README
MageDeploy2
Magento2 Deployment Setup using Robo and Deployer. This repository contains tasks, a base Robo file, configuration etc.
Getting Started
Requirements
Prerequisites
MageDeploy2 requires deployer and robo to be available on your system.
Those Tools can be used globaly or added as a requirement to your local composer.json.
The path to those tools can be configured in the magedeploy2.php
Installation
Install using composer
composer require mwltr/magedeploy2
Installing robo and deployer on a project basis
composer require consolidation/robo
composer require deployer/deployer
Configuration
After the installation you need to add a magedeploy2.php file return the configuration array.
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
- Matthias Walter - Initial work - mwr
License
This project is licensed under the MIT License - see the LICENSE.md file for details
Todo list
- add more documentation on how to get startet