8
0
Fork 0

update installation instructions for OXID 6.2

Dieser Commit ist enthalten in:
Daniel Seifert 2020-07-14 23:30:39 +02:00
Ursprung ec6c7867f8
Commit 2030c107bf
Signiert von: DanielS
GPG-Schlüssel-ID: 6A513E13AEE66170
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen

Datei anzeigen

@ -15,6 +15,7 @@ if the Paypal module is not used and should be removed from the shop installatio
```
composer require -n oxid-esales/oxideshop-update-component --update-no-dev
composer require -n oxid-esales/developer-tools --update-no-dev
vendor/bin/oe-console oe:module:reset-configurations
```
@ -25,6 +26,7 @@ if the Paypal module is not used and should be removed from the shop installatio
vendor/bin/oe-console oe:oxideshop-update-component:install-all-modules
vendor/bin/oe-console oe:oxideshop-update-component:transfer-module-data
composer remove -n oxid-esales/developer-tools --update-no-dev
composer remove -n oxid-esales/oxideshop-update-component --update-no-dev
```