Mautic - Marketing Automation
-
@matthias we also would love to see Mautic on Cloudron. From what I can tell, the initial approach still stands: https://git.cloudron.io/nolan/mautic-app
It seems like it does not yet address the issue of config pregeneration:
https://staging.mautic.org/forums/topic/pregenerated-mautic-configuration/However, I gave it a go and installed the above linked
mautic-app
project on one of our Cloudrons using:$: git clone ssh://git@git.cloudron.io:6000/nolan/mautic-app.git $: cd mautic-app $: cloudron build $: cloudron install
And I was able to get it running; don't know how stable it is though - and it probably uses an old version of Mautic:
To make a long story short: To publish Mautic to the Cloudron App Store we need to
- Update Mautic to the latest & greatest version
- Address the preconfiguration issue (no setup page at first run of Mautic)
- Add some unit testing to ensure the app works correctly across restarts , updates & restores
- Hand it over to the Cloudron guys for publishing it to the App Store and maintain it from there on
I'm currently bit short in time. It'll be awesome if you can give it a shot?
-
@nebulon
Please encourage worldwide HTTPS usage.In this case:-
https://www.mautic.org/ -
Open Source Self-Hosted Mautic Alternatives
https://alternativeto.net/software/mautic/?license=opensource&platform=self-hosted -
Added an issue on Mautic's GitHub repository, since there seems to be more activity than in the forum: https://github.com/mautic/mautic/issues/6038
-
Started a new attempt to get this done here:
https://git.cloudron.io/mandelkind/mautic-appBasically the whole setup stuff is done; including database setup and migration on updates.
That said, only thing missing to get this published to the app store are some unit tests. Unfortunately I'm not a node/npm unit test master, so it would be awesome if someone can help out on this.
As of now, the latest and greatest mautic can be installed manually using:
$: git clone https://git.cloudron.io/mandelkind/mautic-app.git $: cd mautic-app $: cloudron build $: cloudron install
UPDATE: And we may need to find a way to setup the database with an initial user, but without demo data.
-
@girish I got a response regarding LDAP and/or initial setup. Seems for LDAP integration we'll need a "SAML SSO gateway". Do you have any experience with this? if not, what would be the suggested approach to get the packaging done?
If we do not have LDAP integration I see two possible ways forward:
- leave things as they are right now (incl. initial demo data)
- or we try to figure out a way to setup the environment without demo data, but with an initial admin user
However, having Mautic integrated with LDAP would be AWESOME!
for details see:
-
@girish how to proceed to get mautic to the app store?
-
Mautic is now published as an unstable app. Once we have some positive feedback and no major issues on installations, we will move it to supported stable apps listing.
The package repository is at https://git.cloudron.io/cloudron/mautic-app