Mautic: Open Source Marketing Automation

HAppy to Announce tha Mautic Email Marketing and Automation solution, is now Available on NEthserver 8 As a Module: Release 1.0.0 · geniusdynamics/ns8-mautic

Install:

  add-module ghcr.io/geniusdynamics/mautic:1.0.0 1

SHould be available from the software centre Shortly.

Note that in this release, you have to MAnually get the database password from CLI:

cd /home/mautic/.config/state
cat database.env

Which you should use during setup

An Update that uses this: Installation — Mautic Documentation 0.1 documentation

and Automatically configures this, should be available before EOD.
Happy testing

to run commands


runagent -m mautic5 podman exec -it --user www-data mautic-app /bin/bash

cd /var/www/html

php bin/console mautic:marketplace:install cronfig/mautic-cronfig

or simply

runagent -m mautic5 podman exec -t --user www-data mautic-app php /var/www/html/bin/console mautic:marketplace:install webmecanik/mautic-bitly-bundle
1 Like