#devops
Read more stories on Hashnode
Articles with this tag
Setting up SSL on your Frappe sites ensures secure communication between the server and clients. You can set up SSL either using custom SSL...
Hosting Frappe using Docker containers can simplify the deployment and management of your application. In this guide, we will walk you through the...
Sure! Let's go through each part of this GitHub Actions workflow file to understand what it does. Name of the Workflow name: CI This defines the name...
Getting the hassle-free transportation service(Uber, Ola) is very easy but is it also simple to build these gigantic applications that have hundreds...
Update and Upgrade Packages sudo apt-get update -y sudo apt-get upgrade -y Create a new user – (bench user) In linux, the root user processes...