Installing
- 
2. Setting Up MongoDB RepoSetUp Apt Repo for Latest MongoDB Installation MongoDB Apt Repository Setup Guide
- 
3. Making DirectoryThen to Make Needed Directory 
 Run:sudo mkdir -p /data/db If Got “User is Not in Sudoers file” then see: How to Enable sudo 
 Then Set the Right Permissions:sudo chmod g+w /data/db The User Running the MongoDB Server need Write Permission on /data/db! 
- 
4. Installing MongoDBInstalling the MongoDB Database for Parrot. sudo apt install mongodb-org If During Installation Got “unknown initscript, /etc/init.d/mongodb not found” Look MongoDB Installation Troubleshootings
Contents
