<MAGENTO ROOT>/pub
directory.Varnish Cache
is selected in the dropdown, varnish configuration has proper values set in it.src/localmodules
directory. You will then be able to configure composer to install the theme from here as a local module.localmodules
directory:start
– you will need to keep this process running. It continuously re-builds the theme when changes are made. Open a new terminal tab to enter new commands.composer.json
to add a new item in the repositories
field:require
. This will resolve the package to the localmodules directory we configured above:scandipwa/persisted-query
. For convenience, there are additional flags available for php bin/magento setup:config:set
command:--pq-host
127.0.0.1
--pq-port
6379
--pq-database
5
--pq-scheme
tcp
--pq-password
upgrade
command and disable full-page caching: