-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Composer project bare minimum #3690
Comments
@werdlv , bare minimum does not include "update" folder. "update" folder is required for Setup Wizard application, which allows upgrades via GUI. If you don't need this flow, "update" folder may be skipped. In this case the only cron that should be configured is |
According to contributor guide, tickets without response for two weeks should be closed. |
This message was created automatically by mail delivery software. A message that you sent could not be delivered to one or more of its [email protected] ------- This is a copy of the message, including all the headers. ------ ----==_mimepart_5818acdae5d8c_7c3d3f8f757dd2c013321c Closed #3690. You are receiving this because you are subscribed to this thread. Closed #3690. — ----==_mimepart_5818acdae5d8c_7c3d3f8f757dd2c013321c-- |
[epam] MAGETWO-96431: [2.3.x] Checkout Free Shipping Recalculation after Coupon Code Added
composer.json like such should be enough to have fully functional M2 CE.
However one of documented CRON jobs must execute
update/cron.php
.update/
directory is part of themagento2-community-edition
library itself and obviously would not be downloaded duringcomposer install/update
. It seems that the only option is to have a copy of it along side Your composer.json. Having copy of it doesn't make sense because:Would like to understand what is the clean, bare minimum of files required to have M2 Composer based project?
The text was updated successfully, but these errors were encountered: