Skip to content

Commit

Permalink
Merge pull request #55 from OXIDprojects/fix_travis
Browse files Browse the repository at this point in the history
Fix travis
  • Loading branch information
TumTum authored Feb 18, 2021
2 parents e4138b5 + 2185708 commit b45b1e1
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ cache:

before_script:
- mkdir -p build/logs
- composer self-update --1
- composer install
- mysql -e 'CREATE DATABASE IF NOT EXISTS `oxid`;'
- composer create-project --keep-vcs oxid-esales/oxideshop-project oxid-esale ${OXID_VERSION}
Expand Down
48 changes: 48 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ Available commands
##### config
- [config:get](#configget) Gets a config value
- [config:multiset](#configmultiset) Sets multiple config values from yaml file
- [config:oxid62:modules-configuration](#configoxid62modules-configuration) Creates the modules configurations for OXID eSale v6.2.x. Ideal for upgrade
- [config:set](#configset) Sets a config value
- [config:shop:get](#configshopget) Sets a shop config value
- [config:shop:set](#configshopset) Sets a shop config value
Expand Down Expand Up @@ -344,6 +345,53 @@ If you want, you can also specify __a YAML string on the command line instead of

### Options:

config:oxid62:modules-configuration
-----------------------------------

* Description: Creates the modules configurations for OXID eSale v6.2.x. Ideal for upgrade
* Usage:

* `config:oxid62:modules-configuration [--production] [--staging] [--development] [--testing]`

With this command modules-configuration can be created..
Which will be needed later when updating to >6.2
Otherwise the settings will be lost.
See https://docs.oxid-esales.com/developer/en/6.2/development/modules_components_themes/project/module_configuration/modules_configuration.html

### Options:

**production:**

* Name: `--production`
* Accept value: no
* Is value required: no
* Description: Valid for "production" system
* Default: `false`

**staging:**

* Name: `--staging`
* Accept value: no
* Is value required: no
* Description: Valid for "staging" system
* Default: `false`

**development:**

* Name: `--development`
* Accept value: no
* Is value required: no
* Description: Valid for "development" system
* Default: `false`

**testing:**

* Name: `--testing`
* Accept value: no
* Is value required: no
* Description: Valid for "testing" system
* Default: `false`

config:set
----------

Expand Down

0 comments on commit b45b1e1

Please sign in to comment.