Skip to content

KISSmauticDKR 5.2.6 – Your next favorite Mautic Docker Container.

For the average developer or geeky marketer who just wants to give Mautic a quick spin, the official images are serious overkill.
That is why I’ve created the KISS-Mautic containers, an all-in-one, batteries included, single-container implementation of a full Mautic server, with:
– Debian 12-slim
– Mariadb 11.4 LTS
– Apache 2.4
– PHP 8.3-FPM
– Mautic 5.2.6 0r 6.0.2

The database is pre-populated with a user and a Mautic database as well as the Mautic DB schema, so you don’t have to go through Mautic’s installation (wizard) process.

Tempted? Get the latest Mautic, ready to log in in under 2 minutes… Give it a quick spin with:
docker run -d --name KISSmauticDKR-526 -p 8080:80 martechws/mautic:5.2.6
Takes just a few seconds to launch, then go to http://localhost:8080

Read More »KISSmauticDKR 5.2.6 – Your next favorite Mautic Docker Container.

Upgrade from Mautic 5.x.x to Mautic 5.2.6 in 3 mins!

First, let’s get into position.
cd /var/www/html

Then download the upgrade package.
wget https://github.com/mautic/mautic/releases/download/5.2.6/5.2.6-update.zip

We unzip the file to deploy its contents.
unzip 5.2.6-update.zip
When asked: replace .all-contributorsrc? [y]es, [n]o, [A]ll, [N]one, [r]ename:
REPLY: A or All

Let’s give specific permissions to the files we just added
chmod 755 -R /var/www/html && chown -R www-data:www-data /var/www/html

Give Apache a good’ol restart…
service apache2 restart

Round everything up by clearing the Mautic cache
sudo -u www-data php /var/www/html/bin/console cache:clear

— >> Done! << —

Read More »Upgrade from Mautic 5.x.x to Mautic 5.2.6 in 3 mins!

Install Mautic 5.2.6 with Zero Linux Knowledge Required: AutoMautic

AutoMautic 5.2.6 is here! This is the single-command Mautic installation script to install Mautic 5.2.6 in a jiffy, the right way…
That’s it, nothing more, nothing less… No Panels required, no hosting to buy, no DDEV, no Docker, no Composer, No nothing.
Just one command that will take care of everything for you…

This new release of Mautic 5 might be the last ever M5 and has several security fixes, so it’s quite a good idea to upgrade to this version.
And with now, 586 lines of bash, this script is becoming one of the most reliable ways of installing Mautic 5.

The script installs Apache, MariaDB, PHP, downloads and installs Mautic automatically, gets and installs an SSL certificate and does quite a bit of configuration for you, all automatically, like the Mautic cronjobs, Apache config, MySQL config and many other things…


We have a new GitHub repo for this script, so in addition to the comments here below, feel free to drop by the repo if you have questions, ideas or proposals:
https://github.com/Martech-WorkShop/AutoMautic
.

Read More »Install Mautic 5.2.6 with Zero Linux Knowledge Required: AutoMautic

toolBelt: Mautic scripts, config files and automations.

After several years running Mautic for clients, this is the way I have come up to facilitate most things and make my work easier, faster and above all, more secure, since it allows me to minimize human error.
I used to host these files on a file server, but over time it has become an interesting collection, so I have now moved it to GitHub instead.

toolBelt is a new repo with lots of little goodies:

https://github.com/Martech-WorkShop/toolBelt

Read More »toolBelt: Mautic scripts, config files and automations.