-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b00e8bf
commit ea5584e
Showing
6 changed files
with
16 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,8 +12,7 @@ composer config repositories.hyva-themes/magento2-default-theme git [email protected] | |
composer config repositories.hyva-themes/magento2-compat-module-fallback git [email protected]:hyva-themes/magento2-compat-module-fallback.git | ||
composer config repositories.hyva-themes/magento2-order-cancellation-webapi git [email protected]:hyva-themes/magento2-order-cancellation-webapi.git | ||
composer config repositories.hyva-themes/hyva-checkout git [email protected]:hyva-checkout/checkout.git | ||
composer require --prefer-source hyva-themes/magento2-default-theme | ||
composer require --prefer-source hyva-themes/magento2-hyva-checkout:^1.1 | ||
composer require --prefer-source hyva-themes/magento2-default-theme hyva-themes/magento2-hyva-checkout:^1.1 | ||
bin/magento setup:upgrade | ||
|
||
bin/magento config:set dev/template/minify_html 0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,9 @@ | ||
echo "Running against local volume" | ||
cd /bitnami/magento/ | ||
|
||
jq '.extra."merge-plugin"."include" += ["app/code/Rvvup/PaymentsHyvaCheckout/composer.json"]' composer.json > composer-temp.json && mv composer-temp.json composer.json | ||
jq '.extra."merge-plugin"."merge-dev" = false' composer.json > composer-temp.json && mv composer-temp.json composer.json | ||
composer update -W | ||
/rvvup/scripts/rebuild-magento.sh | ||
bin/magento config:set payment/rvvup/jwt $RVVUP_API_KEY | ||
bin/magento config:set payment/rvvup/active 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters