Tutorials

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 78 in total

Managing Application Services with Systemd and Monit

Posted last Thursday on the DeployHQ blog

When deploying applications in production, ensuring your services stay running and recover from failures automatically is crucial. Two powerful tools that help achieve this are Systemd and Monit. Let's explore how these tools can improve your deployment reliability and why you should consider using them.

Deploying a Laravel + React Application to FortRabbit Using DeployHQ

Posted last Wednesday on the DeployHQ blog

In today's web development landscape, managing deployments for modern applications can be challenging, especially when dealing with a full-stack application that combines Laravel and React. This guide will walk you through setting up a robust deployment pipeline using DeployHQ to deploy your Laravel and React application to FortRabbit hosting.

Deploying Applications to AWS ECS/EKS Using DeployHQ Shell Servers

Posted 13 days ago on the DeployHQ blog

DeployHQ's Shell Servers provide a powerful way to deploy applications to AWS Elastic Container Service (ECS) or Elastic Kubernetes Service (EKS). This guide will walk you through the process of setting up and deploying containerised applications using DeployHQ's Shell Server functionality.

How to Install DeepSeek on Your Cloud Server with Ollama LLM

Posted 20 days ago on the DeployHQ blog

Running large language models like DeepSeek on your cloud server or VPS is a powerful way to explore AI capabilities while maintaining control over your infrastructure. This guide will walk you through installing DeepSeek using Ollama on a cloud-hosted Ubuntu 24.04 instance, setting up automated deployments with DeployHQ, and configuring a Web UI for remote access.

How to Implement Server Backups with AWS S3

Posted 23 days ago on the DeployHQ blog

Data loss can be catastrophic for any business. Whether it's due to hardware failure, human error, or cyber attacks, losing critical data can result in significant downtime, financial losses, and damage to your reputation. That's why implementing a reliable backup strategy is crucial when managing your own servers.

Deploying Drupal with Drush and DeployHQ

Posted 23 days ago on the DeployHQ blog

Deploying Drupal sites can be tricky and involve many steps that can go wrong. While you could manually run updates and clear caches, there's a better way: Drush. This command-line tool turns complex deployment tasks into simple commands, and when combined with the right automation, it can make your deployments reliable and repeatable.

Deploy CraftCMS via DeployHQ on Hetzner Cloud

Posted 26 days ago on the DeployHQ blog

What is an easy way to get a CraftCMS site up and running? Here's a simple method using DeployHQ, a Hetzner CX11 virtual cloud server (max. € 4.51 / month) and DDEV for local development.

What is a Build Script?

Posted on the 23rd January on the DeployHQ blog

Build scripts are essential tools in modern software deployment, automating crucial steps in the build and deployment process. In this comprehensive guide, we'll explore what build scripts are, how to create them, and how to effectively implement them in your deployment workflow using DeployHQ.

Deploying Odoo on Ubuntu with DeployHQ

Posted on the 23rd January on the DeployHQ blog

This detailed guide will walk you through the complete process of deploying Odoo 18.0 on Ubuntu Server 20.04 LTS with Nginx and PostgreSQL, using DeployHQ.

What is a Deployment Script?

Posted on the 20th January on the DeployHQ blog

In today's fast-paced development environment, automating deployment processes has become crucial for maintaining efficiency and reliability. Deployment scripts play a vital role in this automation, helping teams streamline their deployment workflows and reduce human error. In this guide, we'll explore everything you need to know about deployment scripts and how to leverage them effectively with DeployHQ.