https://github.com/oxid-esales/deployment-tools
Deployment tools for OXID eShop
https://github.com/oxid-esales/deployment-tools
Last synced: 3 months ago
JSON representation
Deployment tools for OXID eShop
- Host: GitHub
- URL: https://github.com/oxid-esales/deployment-tools
- Owner: OXID-eSales
- License: other
- Created: 2022-10-25T08:42:49.000Z (over 3 years ago)
- Default Branch: b-8.0.x
- Last Pushed: 2025-03-24T04:21:00.000Z (about 1 year ago)
- Last Synced: 2025-10-11T01:38:07.541Z (8 months ago)
- Language: PHP
- Size: 23.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# deployment-tool
Deployment tools for OXID eShop
## Installation
Run the following command to install the component:
```bash
composer require oxid-esales/deployment-tools
```
## Usage
### Deploy module configurations
If you move module configuration files from one environment to another you can deploy module configurations with
the following command:
```bash
vendor/bin/oe-console oe:module:deploy-configurations
```
## How to run tests?
To run tests for the component please define OXID eShop bootstrap file:
```bash
vendor/bin/phpunit --bootstrap=../source/bootstrap.php tests/
```
## License
See [LICENSE](LICENSE) file for license details.