Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save garyrojas/18c7295a0231a20547e34c97e53ea53d to your computer and use it in GitHub Desktop.
Save garyrojas/18c7295a0231a20547e34c97e53ea53d to your computer and use it in GitHub Desktop.
  • curl -s https://raw.githubusercontent.com/markshust/docker-magento/master/lib/template | bash
  • git clone --branch repository.git src
  • docker-compose up -d
  • bin/copytocontainer --all
  • bin/composer install
  • bin/magento module:enable --all
  • bin/copyfromcontainer --all
  • bin/magento setup:upgrade
  • Define your access to app/etc/env.php
  • bin/setup-ssl demo.local
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment