일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
- 꺽쇠
- escaped
- GIT
- mongo
- Terminal
- matches any character
- MongoDB
- NoSQL
- Homebrew
- New Line
- Case sensitive
- literal
- bitbucket
- dollar sign
- 정규표현식
- whitespace characters
- square brackets
- whitespace
- 대소문자 구별
- databases
- runserver
- MySQL
- MAC
- sensitive
- backslash
- Regexp
- point
- Regex
- Regular Expressions
- 딸라표시
- Today
- Total
Creaticalmind
mongoDB install with HomeBrew 본문
mongoDB install with HomeBrew
Install >homebrew<--------- click and follow step for installing home brew
Install MongoDB with Homebrew
***open new terminal
B4 we go,
$ brew list
if you find 'mongodb' likes below (never mind the color !! it`s my custom terminal colors)
mongodb
mongodb is already installed in your mac
if you can`t find 'mongodb' things
plz follow next step
install mongodb with homebrew
$ brew install mongodb
make directory with super power :-)
$ sudo mkdir -p /data/db
give a authorization to you for easy to access the directory
$ sudo chown <username> /data/db
now, let`s initiate very first mongodb server in your mac
$ mongod
it will start mongodb server
***open new terminal
$ mongo
it will makes you connect to mongod server
all done
logout
Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.
[프로세스 완료됨]
'Database > No-SQL' 카테고리의 다른 글
Install MongoDB Community Edition on (0) | 2017.10.31 |
---|