Introduction In the previous tutorial, we learned how to install and configure Jenkins’s stable version from the ubuntu repositories. In this article, we will discuss how to install Jenkins server using docker containers In this article, you will learn how to run Jenkins docker containers using two popular docker images. To read the previous article […]
Introduction Jenkins is an opensource automation server written in Java. It helps to automate part of the software development process. You can use Jenkins as a simple CI (Continuous Integration) server or configure this for the CD (Continuous Delivery) hub for any number of projects. In this article, we will learn how to install Jenkins on […]
Introduction In the previous tutorial, we have discussed with how to install and configure Redis latest version from source and made it fully functional. If you want to check out that tutorial goes to Redis install from Source. In this article, we will discuss how to install Redis from the official ubuntu repositories. Before We […]
Introduction Redis is opensource, an in-memory key-value store known for its flexibility, performance, and broad language support. It is commonly used as a database, cache, and message broker, and supports a wide range of data structures. In this tutorial we will explain how to install and configure redis from source on ubuntu 18.04 AWS EC2 server. You […]
Introduction Nginx is an open-source high-performance reverse proxy server for HTTP, HTTPS, SMTP, POP3, and IMAP protocols, as well as a load balancer, HTTP cache, and a web server. Normally we need to install and manage Nginx from the package manager or built it from the source. But In this tutorial we will run Nginx […]
Introduction In the previous article we learned how to install Docker on ubuntu 18.04 and used some basic commands to manage docker service.In this session we will learn how to use Docker images from the official Docker hub and run as containers. If you are not installed Docker on your system check out our previous […]
Introduction Docker is an open-source containerization tool that allows you to easily build, test, and deploy applications. Docker helps to package an application with all parts (code, logs, libraries, configuration settings, and other dependencies) and allows them to run as isolated containers. Containers are lighter weight, portable.self-sufficient, and easier to manage. Docker software is maintained […]
Introduction MySQL is an open-source relational database that is free and widely used apart of Popular LAMP (Linux, Apache, MySQL, PHP/Python/Perl)stack.This RDBMS is backed by Oracle and runs on almost all platforms such as Linux, UNIX and MS Windows.In this article will learn how to install MySQL from default repositories on ubuntu 16.04. Also we […]
Introduction Nginx is one of the most popular web servers in the world which serves worlds some high traffic and largest sites on the Internet. It is free, open-source, high-performance HTTP and reverse proxy server.In this tutorial we will learn how to install and configure nginx on ubuntu 16.04 . Before we begin You should have a […]
Apache Tomcat is an open-source software implementation of the Java Servlet and Java Server Pages.Tomcat is used to serve Java applications and provides a Java HTTP web server environment in which Java code can run This guide explains how to install Apache Tomcat on an Ubuntu 16.04/18.04 server.For this tutorials we are installing Apache tomcat […]