Using docker, create a playbook here , I can’t understand how to use the admin panel to install the extension.
We have a file auth.jsonpresent in our user file ~/.compose/auth.jsonand mounted in the appropriate container, as suggested by README. However, it is unclear how to start the installation container with the M2SETUP_USE_ARCHIVEenv variable set to false. Doing this always fails.
So far, the only thing we've got is an instance of Magento 2.1, but the admin panel seems to be missing functionality (for example, the component manager is missing on the System tab).
How to configure this setting? What is the best way to have a clean copy of Magento with extension support for playback?
source
share