How to Host a Rails App on DeployHQ Managed VPS
Provision a Managed VPS in DeployHQ and host a Rails app — Puma + Nginx, Sidekiq workers, asset compilation, and the deployment pipeline.
DeployHQ is a code deployment platform designed to help you get files from Git, Mercurial & Subversion repositories onto your servers using SFTP, FTP, S3, Digital Ocean and more!
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 1 - 12 of 185 in total
Provision a Managed VPS in DeployHQ and host a Rails app — Puma + Nginx, Sidekiq workers, asset compilation, and the deployment pipeline.
Neon and Supabase both ship Postgres MCP servers for Claude Code — but only one gives your agent branches with data in them. Setup, limits and gotchas.
Set up SSH keys for Bitbucket step by step: generate an ed25519 key, add it to your account, test the connection, and switch your remote to SSH.
Connect Claude Code to MySQL via DBHub — and fix the auth-plugin, socket-vs-TCP, and SSL errors that break the connection but appear in no AI guide.
How to use npm in a CI/CD pipeline: clean installs with npm ci, dependency caching, testing, npm audit, and deploying Node.js builds reliably.
Self-host your photo library with Immich on a VPS — Docker Compose stack, mobile auto-backup, face recognition, smart search, hardware acceleration.
Provision a Managed VPS in DeployHQ and host a Node.js service — systemd, Nginx reverse proxy, environment variables, and zero-downtime deploys.
Provision a Managed VPS in DeployHQ and host a Laravel app — server setup, PHP-FPM + Nginx, queue workers, and the deployment pipeline.
Run BugSink — an open-source, Sentry-SDK-compatible error tracker — on your own $5 VPS. Docker, Postgres, HTTPS, and Git-based auto-deploys.
No SSH, no Composer, no problem. How to build a Laravel + Inertia/React app off-host and deploy it to cPanel shared hosting from Git.
Run WordPress on AWS the right way: pick EC2, Lightsail, or Elastic Beanstalk, provision your instance, then automate deploys from Git over SSH.
Run WordPress in Docker locally with a real docker-compose.yml, then ship theme and plugin code to production from Git.