Skip to content
[OXID-PS] Keywan Ghadami edited this page Jan 20, 2017 · 4 revisions

Welcome to the oxid_modules_config wiki!

This Module can be used to export and import oxid configuration. Use it when you have multiple stages (development, integration, staging and live system) and you share the same base configuration across all systems.

Usage

basic concepts

Environments

An environment is a target system e.g. a test system or a live system on which the conig ex/importer is running. There might be things different across the environments e.g. on a test system you might have test accounts for payment provider settings.

Configure how/what will be exported

The exporter it self have some configuration placed in the configurations/oxpsconfigmodulesettings.php file

export

oxid config:export --env="integration"

import

warning always use with care, it will overwrite a all settings. Make sure you have exported the configuration before, and you are working on the correct system.

oxid config:import --env="integration"