Tag: apache

How to Install Apache Maven on Ubuntu 16.04 LTS

  Apache Maven is a software project management tool based on the POM (Project, Object, Model) concept. Maven is a build automation tool used primarily for Java-based projects. It can also be used to build and manage projects written in C#, Ruby, Scala, and other languages. …

How To Install Apache CouchDB on CentOS 7

Today we will show you, how to install Apache CouchDB on CentOS 7. CouchDB is an open-source database, and was first released in 2005 and later became an Apache Software Foundation project in 2008. It has a document-oriented NoSQL database architecture and is implemented in the …

How to Install Apache Kafka on Ubuntu 18.04

  In this tutorial, we will show you how to install and set Apache Kafka on a VPS running Ubuntu 18.04. Kafka or Apache Kafka is a distributed messaging system based on the principle of the pub-sub (publish-subscribe) model. It allows us to publish and subscribe …

Install Apache Netbeans IDE on Ubuntu

Netbeans IDE for Linux Ubuntu. Install Netbeans IDE on Ubuntu 18.10, Ubuntu 18.04, Ubuntu 17.10, Ubuntu 17.04, Ubuntu 17.10, Ubuntu 17.04, Ubuntu 15.10, Ubuntu 15.04 and other Ubuntu Derivatives. Apache NetBeans is much more than a text editor. It highlights source code syntactically and semantically, lets …

How to Install Apache Cassandra on Debian 9

  In this tutorial, we will show you how to install Apache Cassandra on a Debian 9 VPS. Apache Cassandra is a free and open-source distributed NoSQL database management system that provides High-Availability with no single point of failure. Cassandra does not use the table model …

How to Install Apache Cassandra on Debian 9

  In this tutorial, we will show you how to install Apache Cassandra on a Debian 9 VPS. Apache Cassandra is a free and open-source distributed NoSQL database management system that provides High-Availability with no single point of failure. Cassandra does not use the table model …

How To Install Apache Tomcat 9 on Ubuntu

How to install Apache Tomcat 9 on Ubuntu Linux. Apache Tomcat is an open-source implementation of the Java Servlet, JavaServer Pages, Java Expression Language and WebSocket technologies. Tomcat provides a “pure Java” HTTP web server environment in which Java code can run Step 1: Install Java …