Self-Hosting Paperclip on a VPS with Docker and Continuous Deployment
Posted on
Run Paperclip — the open-source AI agent orchestrator — on your VPS with Docker, then automate updates from your fork with DeployHQ.
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.
Posted on
Run Paperclip — the open-source AI agent orchestrator — on your VPS with Docker, then automate updates from your fork with DeployHQ.
Posted on
Gitea is a powerful self-hosted Git service, but it lacks built-in CI/CD. Learn how to add automated deployments to your Gitea workflow in under 10 minutes with DeployHQ.
Posted on
Deploy an EmDash CMS site from Git to your server with DeployHQ build pipeline — covering Node.js setup, database configuration, and automated restarts.
Posted on
OpenClaw Skills are the plugin system that turns a self-hosted AI assistant into a workflow automation engine. Learn how to find skills in the ClawHub registry, install them on your VPS, and build a custom skill from scratch to automate a repetitive task.
Posted on
What CORS is, why browsers enforce it, and how to fix CORS errors in Express, Django, Rails, PHP, and Nginx — with common error messages explained.
Posted on
Set up a WSL2 development environment on Windows with Docker Desktop, then deploy to Linux servers automatically with DeployHQ — no more "works on my machine" issues.
Posted on
Build a CI/CD pipeline that actually works: eight pipeline stages, a GitHub Actions example, deployment strategies, and the anti-patterns to avoid.
Posted on
The complete guide to Laravel deployment — comparing Forge, Cloud, DeployHQ, and Deployer side by side. Covers zero-downtime releases, build pipelines, environment configuration, and a 15-point deployment checklist.
Posted on
Step-by-step guide to deploying OpenClaw on Ubuntu with security hardening, Nginx reverse proxy, SSL certificates, systemd service management, and automated configuration updates via DeployHQ.
Posted on
Stop deploying WordPress over FTP. This guide shows you how to set up automated Git-based deployments for WordPress themes and plugins — from structuring your repository to pushing changes to production with DeployHQ.
Posted on
Your deployment is green but users say the site is slow — and you have no way to find out why. OpenTelemetry gives you metrics, traces, and logs in a single vendor-neutral standard. This guide covers zero-code setup for Python, Node.js, and Java, plus how to connect it all to your deployment pipeline.
Posted on
Turbo Deployments bundle your files into a single compressed package, upload once, and unpack on the server -- cutting deployment times by up to 10x compared to traditional file-by-file uploads.