How To’s

One of the special features of DigitalVarys is How-Tos. If you need to check a quick reference on How to implement, How to configure, How to install, and More How-Tos are categorized here.

Create AEM in Docker with Docker Compose.

AEM (Adobe Experience Manager) is a Content Management System that is widely used in large organizations. WordPress, Drupal, and much other Content Management Systems are good enough for developing and serving the Web content. But AEM is leading with Comprehensive and Robust Content Management System. However, the application runtime platform of AEM is very huge […]

Create AEM in Docker with Docker Compose. Read More »

Create Docker Windows Containers

Create Docker Windows Containers from Docker Desktop

Docker containers become unavoidable for infrastructure development as it provides, Isolation, Simplicity, Rapid Continuous Deployment, and Faster Configuration with Security. Earlier, Docker has only used for Linux based applications as it is using the Linux kernel baseline for creating Containers. But Windows applications are widely used in Software development and Hence, windows developers need Docker

Create Docker Windows Containers from Docker Desktop Read More »

How to Configure and Running Jenkins Behind Apache Reverse Proxy

How to Configure and Running Jenkins Behind Apache Reverse Proxy?

Running Jenkins in its default server will be difficult to manage sometimes. Running Jenkins behind Reverse Proxy is recommended if you want to manage Jenkins hosting and a certain level of access management in traffic. In this article, we will discuss How to Configure and Running Jenkins Behind Apache Reverse Proxy with the benefits of

How to Configure and Running Jenkins Behind Apache Reverse Proxy? Read More »

Upgrading Jenkins

Upgrading Jenkins and Post Upgrade Activities

As we know Jenkins is one of the most used opensource automation tools. Since it is highly reliable and stable, it is highly recommended for enterprise CICD and another automation purpose. Although it is highly reliable and stable, we need to be careful when we upgrade Jenkins to new versions of Jenkins. Especially, when we

Upgrading Jenkins and Post Upgrade Activities Read More »

How to Configure Nginx with SSL Certificate in Ubuntu and CentOS

How to Configure Nginx with SSL Certificate in Ubuntu and Cent OS

The Secure Sockets Layer (SSL) and Transport Layer Security (TLS) are the popular security protocols used for securing websites running in webservers. If you use these protocols in your servers, data transfer between the servers or end-users will be protected against the traffic interceptions. Some applications are advised to have these security layers for sure.

How to Configure Nginx with SSL Certificate in Ubuntu and Cent OS Read More »

How to Create Dynamically Scalable Jenkins Slaves with Docker and Kubernetes

How to Create Dynamically Scalable Jenkins Slaves with Docker and Kubernetes

Jenkins becomes a popular and unavoidable CICD tool. Also, Jenkins is used Because of its huge availability of plugins and features. Such a tool which is in high demand will have to run N number of job N number of time with the high resource. So scaling is needed to face this resource demand. So,

How to Create Dynamically Scalable Jenkins Slaves with Docker and Kubernetes Read More »

How to Setup Jenkins CICD Pipeline for AWS Lambda with GitHub and SAM Template

How to Setup Jenkins CICD Pipeline for AWS Lambda with GitHub and SAM Template

AWS Lambda is a serverless computing service from AWS. Application logic can be written as functions and the actions can be triggered. For this cloud service, no platform-level services are exposed to end-user. We can also call this as Functions as a Service (FaaS). Since Serverless Computing is different than other traditional computing, Serverless application

How to Setup Jenkins CICD Pipeline for AWS Lambda with GitHub and SAM Template Read More »

Apache maven Installation and Configuration

How to Install and Configure Apache Maven on Ubuntu, CentOS, and Windows

Apache Maven is a build automation tool for Java projects. This tool is based on the Project Object Model (POM). Maven is very useful and powerful in terms of building Java projects, managing dependencies, and can be easily integrated with the source code management system. In this article, we will see how to install and

How to Install and Configure Apache Maven on Ubuntu, CentOS, and Windows Read More »