TheDMSGroup / mautic-eb

Mautic + Elastic Beanstalk = Scalable marketing automation
https://www.mautic.org
GNU General Public License v3.0
104 stars 27 forks source link

Themes on efs? #92

Closed zero-one-devteam closed 5 years ago

zero-one-devteam commented 5 years ago

What type of report is this:

Q A
Bug report?
Feature request?
Enhancement?
Question? Yes

Description:

Currently, themes are stored locally on the nodes. Should we link the themes directory to EFS so that themes files become available across all nodes? Otherwise we cannot use Mautic's GUI but have to deploy themes ...

If a bug:

Q A
Mautic version 2.15.0
PHP version 7.2

Steps to reproduce:

Log errors:

heathdutton commented 5 years ago

You could symlink and rsync /mautic/themes exactly as /mautic/media is done in /.ebextensions/60_io.config This way new additions to core override customizations, but you can still manually add your own and share across nodes.

We welcome a PR on this. We do not use custom themes ourselves, so this isn't something that affects us.

zero-one-devteam commented 5 years ago

This way was exactly as I did it - I just wanted to make sure it’s the right way. I will make a PR.