Skip to content

KISSmauticDKR 5.2.2 – Your next favorite Mautic Docker Container.

If you like to deploy your tools with Docker, you probably already use or have used the fantastic official docker images for Mautic.
The official images are great for complex deployments and allow separation of concerns, to a certain degree… perfect for, let’s say… Kubernetes and similar tools running in a cluster of servers…

But for the average developer or geeky marketer who just wants to give Mautic a quick spin, the official images are serious overkill, and its complexity requires to first understand how these images operate before deployment, prepare the proper infrastructure, etc…

KISS Mautic is an all in one, batteries included, single-container implementation of a full Mautic server.

Tempted? Give it a quick spin:
docker run -d --name KISSmauticDKR -p 8080:80 martechws/kiss-mautic:5.2.2
Takes just a few seconds to launch, then go to http://localhost:8080

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

Install Mautic 5.2.2 with Zero Linux Knowledge Required: AutoMautic

AutoMautic 522 is here!
The single-command Mautic installation script to install Mautic 5.2.2 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…

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.2 with Zero Linux Knowledge Required: AutoMautic

Mautic 5.2.1 Install on Ubuntu 24.04, PHP 8.3, MariaDB 11.4

A very promising, long-standing stack for Mautic 5!

This is, in my opinion, a software stack that is going to be widely used for several years. The planets (software versions) are now perfectly aligned for a great stack that will last a long time. Ubuntu 24.04 is a great base for Mautic 5 instances, and we can now enjoy PHP 8.3 and MariaDB 11.4, your Mautic setup will run faster than ever and your database will self optimize better than ever before.

5 Simple Steps to Install Mautic 5.2.1

  1. Install the packages required to run Mautic 5.
  2. Install Mautic 5.2.1
  3. Run the Mautic 5 configuration wizard.
  4. Install the Mautic 5 Cron Jobs.
  5. Enjoy your first Mautic 5 installation!
Read More »Mautic 5.2.1 Install on Ubuntu 24.04, PHP 8.3, MariaDB 11.4

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.