-
Notifications
You must be signed in to change notification settings - Fork 2
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
Mautic Tracking and Email Marketing #78
Comments
I am using easyengine for mautic as well :) this would be a cool feature. |
Dear @petebytes that sounds great! Unfortunately my coding skills are not existant yet so I'll try to give infos to you on where to find what. The general docu is here: https://easyengine.io/handbook/developer/custom-command It says to use the php-type template as a starting point: Hope this helped. |
Hey @petebytes, did you find time to take a look yet? |
@michacassola I have not - on the verge of releasing my first bootstraped product :) Regarding backups, checkout this repo https://github.com/microram/ee4-tools |
Thanks @petebytes I have merged your changes. |
Hey @michacassola, we are going to add support for custom docker-compose in next version of easyengine. This will enable users to override docker-compose configuration such that it won't get overwritten on EE upgrades. That will make adding new sites types quiet easy. So will be able to create a php site with database and then create a So I'm closing this issue for now. After new release if you still have any issues, feel free to comment on this issue. |
Please add Mautic as a hosting option.
https://www.mautic.org/
https://wordpress.org/plugins/wp-mautic/
ee site create mautic.example.com --type=mautic
They also use composer so automated installation might be similar to wordpress?
The benefit would be that EasyEngine becomes more useful and used as a wordpress hosting platform.
For now I will have to manually install mautic on a php/mysql site.
ee site create example.com --type=php --with-db
The text was updated successfully, but these errors were encountered: