From 2cdc8b0d1374930fc9358650d63dc14123065cfd Mon Sep 17 00:00:00 2001 From: Josh Harvey Date: Sun, 20 May 2018 16:07:19 +0300 Subject: [PATCH] update INSTALL.md --- INSTALL.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 378719b6..a6476419 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -1,4 +1,4 @@ -# Installation on Ubuntu 16.04 +# Preliminaries for Ubuntu 16.04 Installation for other distros may be slightly different. This assumes nodejs 8 and npm are already installed. All of this is done in the lamassu-server directory. @@ -23,6 +23,16 @@ In ``psql``, run the following and set password to ``postgres123``: ctrl-d ``` +# Preliminaries for MacOS + +## Postgres + +Use Postgres.app: https://postgresapp.com/ + +**psql** is automatically installed. You won't need to set up users. + +# Installation + ## Install node modules Ignore any warnings.