0.0.10 • Published 1 month ago

mango-cms v0.0.10

Weekly downloads
-
License
ISC
Repository
-
Last release
1 month ago

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

0.0.10

1 month ago

0.0.9

2 months ago

0.0.8

3 months ago

0.0.7

3 months ago

0.0.6

3 months ago

0.0.5

4 months ago

0.0.4

6 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

1 year ago