This repository has been archived on 2025-09-29. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
docker-examples/drupal-commerce-kickstart/notes

5 lines
197 B
Text

cp .env.example .env
docker compose up -d
./run install --db-url=mysql://app:app@database/app
./run drush pm:enable -y commerce_demo
Go to http://docker-example-drupal-commerce-kickstart.localhost