From ff666870c567565002f73679734e60651bfbafcf Mon Sep 17 00:00:00 2001 From: Barry Chen Date: Thu, 8 Feb 2018 16:18:06 -0600 Subject: [PATCH] Update Postgres info in README. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 291cb47b1b..d733550d13 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,9 @@ You can find more information about Firefox Screenshots at the Mozilla Wiki page ### Installation and Setup -Install [Postgres](http://www.postgresql.org/). +Install [Postgres](http://www.postgresql.org/). And do _one_ of the following: +- Ensure the locale for your Postgres messages is US English ([Here's why](https://github.com/chilts/pg-patcher/blob/master/pg-patcher.js#L101)) +- Run the [first migration](https://github.com/mozilla-services/screenshots/blob/master/server/db-patches/patch-0-1.sql) manually Install [Node.js](https://nodejs.org/). Version 8.x is required.