Installing
-
2. Setting Up Repo
SetUp Apt Repo for Latest MongoDB Installation.
-
3. Making Directories
Making Needed /data/db Directory.
sudo mkdir -p /data/db
$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }
SetUp Apt Repo for Latest MongoDB Installation.
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!
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.