Folder structure
After creation, your project should look like this:
Looks empty, isn't it? Well, that is because we haven't installed Magento 2 yet.
To install Magento 2 you need to bootstrap the project with start command.
After Magento 2 installation folder structure should look
Inside node_modules
there is .create-magento-app-cache
folder. It contains all configuration files:
PHP-FPM configuration file.
PHP configuration file.
Nginx configuration file.
SSL-Terminator (Nginx) configuration file.
Varnish configuration file.
MariaDB configuration file.
CLI configuration file.
Port configuration file.
In your projects root directory also will be created cma.js
file that contains CMA configuration: Magento configuration, Docker services configuration, host and SSL configuration.
Last updated