docker-example-drupal-comme.../notes
2024-03-19 20:04:24 +00:00

6 lines
197 B
Plaintext

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