“Installieren Sie MongoDB auf M1” Code-Antworten

Installieren Sie MongoDB auf M1

After installing brew from brew.sh 

#install
brew tap mongodb/brew   
brew install mongodb-community

#setup database directory 
sudo mkdir -p /System/Volumes/Data/data/db
sudo chown -R `id -un` /System/Volumes/Data/data/db #if no errors good to go

#tell mongo new db path
sudo mongod --dbpath /System/Volumes/Data/data/db

mongo
mongod
Aggressive Addax

MongoDB auf M1 Mac installieren

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
PhenXfeyr

Ähnliche Antworten wie “Installieren Sie MongoDB auf M1”

Fragen ähnlich wie “Installieren Sie MongoDB auf M1”

Weitere verwandte Antworten zu “Installieren Sie MongoDB auf M1” auf Shell/Bash

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen