mango-cms
v0.0.13
Published
https://zellwk.com/blog/install-mongodb/ ``` brew tap mongodb/brew brew install mongodb-community sudo mkdir -p /System/Volumes/Data/data/db sudo chown -R `id -un` /System/Volumes/Data/data/db brew services run mongodb-community <!-- replace run with star
Downloads
102
Readme
1. Install MongoDB
https://zellwk.com/blog/install-mongodb/
brew tap mongodb/brew
brew install mongodb-community
sudo mkdir -p /System/Volumes/Data/data/db
sudo chown -R `id -un` /System/Volumes/Data/data/db
brew services run mongodb-community
<!-- replace run with start to start at login -->
brew services list
alias mongod='brew services run mongodb-community'
alias mongod-status='brew services list'
alias mongod-stop='brew services stop mongodb-community'
2. Enable the CLI
after you git clone
this bad boy, you should yarn
and then npm link