How to Install MongoDB on Kali Gnu/Linux 2019 Easy Guide

August 25, 2019 | By the+gnu+linux+evangelist.

Installing

  1. 2. Setting Up Repo

    SetUp Apt Repo for Latest MongoDB Installation

    MongoDB Apt Repo Setup
  2. 3. Making Directories

    Making Needed /data/db Directory.

    sudo mkdir -p /data/db
    sudo chmod g+w /data/db

    The User Running the MongoDB Server need Write Permission on /data/db!

  3. 4. Installing

    Installing the MongoDB Database for Kali

    sudo apt install -y mongodb-org

    If During Installation Got “unknown initscript, /etc/init.d/mongodb not found” Look

    MongoDB Installation Troubleshootings

Contents


QuickChic Theme • Powered by WordPress