Makefiles for Web Developers: A Practical Guide
Use Makefiles as a task runner for web projects — dependency chains, parallel execution, environment configs, and integration with deployment pipelines. No C compilation required.
We like to help people so we try to publish useful tutorials about how to use our products, open source libraries or how to accomplish various design & development tasks.
Displaying posts 109 - 120 of 185 in total
Use Makefiles as a task runner for web projects — dependency chains, parallel execution, environment configs, and integration with deployment pipelines. No C compilation required.
cPanel now runs on Ubuntu 24.04 LTS. Step-by-step install for Ubuntu and AlmaLinux 8/9/10, free panel alternatives, and automated deploys with DeployHQ.
Deploy a production-ready Metabase instance with Docker Compose, PostgreSQL, Nginx, and Let's Encrypt TLS — then automate future updates with DeployHQ.
Keep your production applications running with Systemd and Monit. Learn service unit configuration, resource monitoring, health checks, email alerts, and how to integrate service management into your DeployHQ deployment workflow.
Set up automated Laravel deployments with build pipelines, database migrations, cache management, and zero-downtime releases. Works with any SFTP/SSH host.
DeployHQ can't build images for Amazon ECR. Here's the split that works: build in CI, promote to ECS or EKS with a Custom Action, roll back instantly.
Tired of website downtime during deployments? Discover how DeployHQ and Pressidium offer a robust solution for zero-downtime deployments, keeping your WordPress site online and your visitors happy.
Self-host DeepSeek-R1 on a VPS with Ollama and Nginx. Hardware sizing, GPU vs CPU, reverse proxy, and automated deploys with DeployHQ.
Automate AWS S3 server backups: bash scripts for files and databases, cron scheduling, lifecycle policies for cost control, and verified restores.
Automate Drupal deployments with Drush and DeployHQ. Learn how drush deploy handles database updates, config imports, and cache rebuilds — plus how to write custom deploy hooks and set up push-to-deploy automation.
Deploy Craft CMS to a Hetzner cloud server with automated zero-downtime deployments via DeployHQ. Step-by-step guide covering DDEV local development, server setup, Project Config workflow, and push-to-deploy automation.
Build scripts automate the steps between your source code and a running application — installing dependencies, compiling assets, running tests, and packaging the result. Learn how to write production-ready build scripts and integrate them with DeployHQ.