Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mwr/magedeploy2
Magento2 Deployment with Deployer
https://github.com/mwr/magedeploy2
deployment magedeploy2 magento2 magento2-deployment robo
Last synced: 18 days ago
JSON representation
Magento2 Deployment with Deployer
- Host: GitHub
- URL: https://github.com/mwr/magedeploy2
- Owner: mwr
- License: mit
- Created: 2017-01-29T10:26:32.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-23T10:08:34.000Z (about 6 years ago)
- Last Synced: 2024-10-03T05:09:10.492Z (about 1 month ago)
- Topics: deployment, magedeploy2, magento2, magento2-deployment, robo
- Language: PHP
- Size: 104 KB
- Stars: 28
- Watchers: 4
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[![GitHub version](https://badge.fury.io/gh/mwr%2Fmagedeploy2.svg)](https://badge.fury.io/gh/mwr%2Fmagedeploy2)
# MageDeploy2
Magento2 Deployment Setup using Robo and Deployer.
This repository contains tasks, a base Robo file, configuration etc.## Getting Started
### Requirements
* [robo](http://robo.li/)
* [deployer](https://deployer.org/)### 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](http://semver.org/) for versioning.
For the versions available, see the [tags on this repository](https://github.com/mwr/magedeploy2/tags).## Authors
* **Matthias Walter** - *Initial work* - [mwr](https://github.com/mwr)
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
## Todo list
- [ ] add more documentation on how to get startet