update INSTALL.md
This commit is contained in:
parent
4f7efc1177
commit
2cdc8b0d13
1 changed files with 11 additions and 1 deletions
12
INSTALL.md
12
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.
|
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
|
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
|
## Install node modules
|
||||||
Ignore any warnings.
|
Ignore any warnings.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue