From ef769d95e116f01c0bdb6924bc0f3eb6ddb5f6d0 Mon Sep 17 00:00:00 2001 From: James Loveridge Date: Wed, 24 Oct 2018 20:19:35 +0100 Subject: [PATCH] Add MongoDB installation instructions for Mac/Linux (#218) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0dee017..b55b5c5 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Setup Pa11y Dashboard requires [Node.js][node] 4+. See the [Pa11y][pa11y] documentation for detailed instructions on how to install this on your operating system. -You'll also need to have [MongoDB][mongo] installed and running. See the [MongoDB install guide][mongo-install] for more information on this. +You'll also need to have [MongoDB][mongo] installed and running. For quick access, you can install via a package manager such as on Mac OS `brew install mongodb` or on Linux (Debian) it would be `apt-get install mongodb`. To run MongoDB, you can run `mongod` in the command line. See the [MongoDB install guide][mongo-install] for more detailed information. You'll then need to clone this repo locally and install dependencies with `npm install`. Now you need to add some configuration before you can run the application. We can do this in two ways: