update INSTALL.md

This commit is contained in:
Josh Harvey 2018-05-20 16:07:19 +03:00
parent 4f7efc1177
commit 2cdc8b0d13

View file

@ -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.