Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oxid-esales/deployment-tools
Deployment tools for OXID eShop
https://github.com/oxid-esales/deployment-tools
Last synced: 8 days 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 (about 2 years ago)
- Default Branch: b-7.0.x
- Last Pushed: 2023-07-18T09:15:48.000Z (over 1 year ago)
- Last Synced: 2024-12-08T20:45:55.050Z (about 1 month ago)
- Language: PHP
- Size: 26.4 KB
- Stars: 1
- Watchers: 4
- 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.