9 Commits

Author SHA1 Message Date
Anton Medvedev
47a193f9af
Add docgen 2020-10-02 01:11:13 +03:00
Peter Jaap Blaakmeer
c19b1dcae1
Add sw:plugin:activate:all and sw:plugin:migrate:all to Shopware 6 recipe (#2159)
Do not update upgradeable plugins, it updates code too. What we actually want is to run the migration. But the database:migrate --all command only runs the migrations for the core. Added a task that runs migrations for all plugins too.

Added || true to not let it fail on non-existing database migrations. This can be removed when this commit is released; 2a8a76fd83
2020-09-10 16:13:52 +02:00
Fabian Blechschmidt
f16e0cbad9
Update shopware6.php (#2158)
* Update shopware6.php

I'm not sure wether this is interesting for your @peterjaap I hacked a script with the horrible table output to install, upgrade and activate all plugins

* Update shopware6.php

made it a static function
2020-09-09 14:32:52 +02:00
Fabian Blechschmidt
d0c8cc1a79
Update shopware6.php (#2151)
* Update shopware6.php

Microoptimization

* Update shopware6.php

Run build with bash
FIXES   build.sh: 6: Bad substitution
2020-09-03 16:15:56 +03:00
Peter Jaap Blaakmeer
d198de47b7
Updated Shopware 6 recipe to reflect production template (#2143)
Instead of development template
2020-08-31 09:32:00 +02:00
Peter Jaap Blaakmeer
9735b1f6e5
Updated shared_dirs list, added assets install task for Shopware 6 (#2130) 2020-08-06 14:22:03 +03:00
Peter Jaap Blaakmeer
3f7788f7ad
Updated Shopware 6 recipe (#2129)
* Updated Showpare 6 recipe

* Update shopware6.php
2020-08-06 13:28:39 +03:00
Bernhard Prange
eb93392377
Process corrected (#2109)
Corrections made for smoother workflow. Tutorial on how to work with this receipe comming soon!
2020-06-24 21:16:26 +03:00
Bernhard Prange
0d6f45475a
Shopware6 installation routine (#2072)
Due to the lack of ANY shopware6 installation routine, here's my little beginning of it. If you think it can be made better, I am very happy to have your ideas on board of this.
2020-05-29 14:52:24 +03:00