download 329 B

123456789101112
  1. #!/bin/bash
  2. VERSION=${1:-2.4.3-p1}
  3. EDITION=${2:-community}
  4. bin/stop
  5. docker-compose -f docker-compose.yml up -d
  6. [ $? != 0 ] && echo "Failed to start Docker services" && exit
  7. bin/setup-composer-auth
  8. bin/clinotty composer create-project --repository=https://repo.magento.com/ magento/project-"${EDITION}"-edition="${VERSION}" .