Tag: PHP
Running Mautic CRM Automation using PHP Docker with Buildah or Dockerfile
This post is only a notes on how to build a Dockerfile or PHP Docker Image for Mautic 5.x+ CRM Automation. The base image that’s used is docker.io/library/php:8.2-apache, which has no pdo, mysql, zip, intl, and imap. Mautic installation depends on those php extension, and the base php apache image doesn’t have it. To build…
Switching from Free Hosting to VPS or Shared Hosting and Project Problem…
For a couple months, I really stuck with some problem in my head. I dive to server administration about half a year for now. It’s great (I’ve 2 Server, linux and windows on local computer inside VMWare), but the problem is when I want to host it to the cloud, I only have option to…