Skip to content

Instantly share code, notes, and snippets.

@whizzzkid
Last active August 7, 2019 18:16
Show Gist options
  • Select an option

  • Save whizzzkid/45202eb7718cc8de8e3a9607e9459faa to your computer and use it in GitHub Desktop.

Select an option

Save whizzzkid/45202eb7718cc8de8e3a9607e9459faa to your computer and use it in GitHub Desktop.

Revisions

  1. whizzzkid revised this gist Aug 7, 2019. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions mongo-db-mac-setup.sh
    Original 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
    brew link mongodb@3.2 --force;
    sudo mkdir -p /data/db;
    sudo chown -R `id -un` /data/db;
  2. whizzzkid created this gist Aug 7, 2019.
    4 changes: 4 additions & 0 deletions mongo-db-mac-setup.sh
    Original 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