Low commit activity in last 3 years
No release in over a year
Capistrano deploy instructions for Shopware 6
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

Capistrano tasks for Shopware6

This gem contains instructions to deploy a Shopware 6 instance with Capistrano.

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"