Skip to content

Commit

Permalink
updated database install instructions (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
4a50 authored Sep 10, 2021
1 parent eb1ee63 commit f76207b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion code-301/2-database.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,12 @@ brew services start mongodb-community

### Windows/WSL Users

Follow [Microsoft's directions](https://docs.microsoft.com/en-us/windows/wsl/tutorials/wsl-database#install-mongodb){:target="_blank"} to install MongoDB on WSL. Once you have finished, run `sudo service mongodb status` and you should see the status of `OK`; if not, run `sudo service mongodb start` to start up the database server.
**Complete the following sections of [Microsoft's directions](https://docs.microsoft.com/en-us/windows/wsl/tutorials/wsl-database#install-mongodb{:target="_blank"}) are completed.**

- Install MongoDB
- Add the init script to start MongoDB as a service

Once you have finished, run `sudo service mongodb status` and you should see the status of `[ OK ]` on the left side of the screen; if not, run `sudo service mongodb start` to start up the database server.

### Pure Linux Users

Expand Down

0 comments on commit f76207b

Please sign in to comment.