Browsing category

Ubuntu

How To Install MongoDB On Ubuntu 20.04

MongoDB is a free and open-source document-oriented database that uses JSON-like documents with optional schemas to store information. It designed with both scalability and developer agility in mind. MongoDB is a cross-platform database and is available for Windows, Linux, OS X, Solaris, and FreeBSD. It is released under Server Side Public License (SSPL). Here, we […]

How To Install Jenkins on Ubuntu 20.04 / Ubuntu 18.04

Jenkins is an open-source automation server that helps to automate the repetitive tasks involved in the software development process, which includes building, testing, and deployments. Jenkins was forked from the Oracle Hudson project and written in Java. Here, we will see how to install Jenkins on Ubuntu 20.04 / Ubuntu 18.04. Install Jenkins On Ubuntu […]