Sha256: 07829d96c1e42c894970741fcf832e837205ceef5168330ea348e363d93351d7
Contents?: true
Size: 709 Bytes
Versions: 6
Compression:
Stored size: 709 Bytes
Contents
Capistrano tasks for Shopware6 =============================== This gem contains instructions to deploy a [Shopware](https://www.shopware.com) 6 instance with [Capistrano](https://capistranorb.com/). Details ------- Deployment process has the following steps: * `composer install` * `bin/console maintenance:enable` * `psh.phar update` * `bin/console database:migrate_destructive --all` * `psh.phar administration:build` * `psh.phar storefront:build` * `bin/console assets:install` * `bin/console maintenance:disable` * `bin/console cache:warmup` Usage ----- To use this gem add this to your `Gemfile` `gem "capistrano_shopware6"` and then this line to your `Capfile` `require "capistrano/shopware"`
Version data entries
6 entries across 6 versions & 1 rubygems