Last active
August 7, 2019 18:16
-
-
Save whizzzkid/45202eb7718cc8de8e3a9607e9459faa to your computer and use it in GitHub Desktop.
Revisions
-
whizzzkid revised this gist
Aug 7, 2019 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ brew install mongodb@3.2; brew link mongodb@3.2 --force; sudo mkdir -p /data/db; sudo chown -R `id -un` /data/db; -
whizzzkid created this gist
Aug 7, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ brew install mongodb@3.2; brew link mongodb@3.2 --force sudo mkdir -p /data/db sudo chown -R `id -un` /data/db