Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.