Update Document

This commit is contained in:
Sukchan Lee 2020-04-10 21:42:43 -04:00
parent a1569e5d86
commit 23251fa6e3
1 changed files with 6 additions and 1 deletions

View File

@ -28,6 +28,11 @@ $ mkdir -p ./data/db
$ mongod --dbpath ./data/db
```
**Tip:** MongoDB is persistent after rebooting with the following commands:
`$ brew services start mongodb-community
{: .notice--info}
### Setting up TUN device (No persistent after rebooting)
---
@ -58,7 +63,7 @@ $ sudo pfctl -e -f /etc/pf.anchors/org.open5gs
Install the depedencies for building the source code.
```bash
$ brew install gnu-sed mongo-c-driver libusrsctp gnutls libgcrypt libidn libyaml pkg-config
$ brew install mongo-c-driver gnutls libgcrypt libidn libyaml pkg-config
```
Install Meson using Homebrew.