Skip to content

Install Mautic

Mautic Installation guides and tutorials to Install the Mautic Open Source Marketing Automation setup on Ubuntu, Debian, PHP, MySQL, MariaDB, Apache2 and other Mautic deployment topics.

Mautic Self-Hosted Best Practices

Mautic Hosting: Mautic Self Hosted Best Practices

Mautic will run on any server that supports PHP and a MySQL compatible database, which is little short of saying it will run anywhere, you could run it on Linux, Windows, you could run it on your phone, what the heck! you could probably run it on your smart coffee maker!

But should you? Of course not, your coffee maker runs java! hehehe.

Now seriously, which is the best platform to run Mautic? As always, it depends, so I will try to give you enough pointers for you to choose the best option for your own situation.

Read More »Mautic Self-Hosted Best Practices

KISSmauticDKR 5.2.1 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.1
Takes just a few seconds to launch, then go to http://localhost:8080

Read More »KISSmauticDKR 5.2.1 Your next favorite Mautic Docker Container.