Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create multiple instances at once #2

Open
hhhc opened this issue Nov 7, 2018 · 3 comments
Open

Create multiple instances at once #2

hhhc opened this issue Nov 7, 2018 · 3 comments

Comments

@hhhc
Copy link

hhhc commented Nov 7, 2018

Would it be possible to extend this script so that multiple Mautic instances are created at once?

COUNTRIES=( 'de' 'en' )
for i in "${COUNTRIES[@]}"
do

... {add your script}

done

This format would work with 1 instance but also multiple...

@frazras
Copy link
Owner

frazras commented Nov 7, 2018

are countries here subdomains as well?

@hhhc
Copy link
Author

hhhc commented Nov 9, 2018

the countries would be by country domains, eg
campaign.mydomain.de
campaign.mydomain.co.uk
campaign.mydomain.xx

maybe the config could be done per country:

COUNTRIES = (
de = (
   pass='MauticDBPa$$123'
   db_name='MauticAutomation'
   db_user='MauticUser'
   web_root='/var/www/mautic'
   domain='example.com'
   email='changethis@example.com'
   timezone='America/New_York')
)

@frazras
Copy link
Owner

frazras commented Nov 12, 2018

I guess the request really is for multisite support. The ability to install multiple sites at once. I will add that to my features list to work on next

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants