Need Help Setting Up Localhost for Development

Sorry for my English. I’m a developer, experienced in C# and Python, but not in PHP (although I know a little). My goal is to install Mautic on localhost for customization purposes.

I couldn’t find anything on the website or forum that clearly states whether this is possible or not. Also, when I try to install it manually, many errors occur.

I’ve already tried the ready-to-use Docker version, and I can install it successfully that way — but that’s not my goal.

Is there any place, guide, or step-by-step tutorial for installing Mautic locally without Docker? Just to clarify, I am following all version and compatibility recommendations for PHP, MySQL, etc., for the latest version, Mautic 6.

Please, can someone point me in the right direction?

It is possible to install Mautic on localhost. Docker is the easiest way and widely used for a local development environment.

Without docker it’s hard to point you in the right direction as it all depends on your local setup.

Hopefully https://contribute.mautic.org/contributing-to-mautic/developer/local-environment-setup is helpful. I don’t use this article myself.

Thank you, richardnl. I will try it and also follow the step-by-step instructions.