INSTALL: Mention generation of SSH host key

This commit is contained in:
fr33domlover 2016-03-07 00:33:59 +00:00
parent 8cf0f2502c
commit 7b75e0a54c

View file

@ -17,6 +17,10 @@ Update `stack.yaml` to specify that path in the `packages` section:
$ vim stack.yml
Generate a new SSH key with a blank password:
$ ssh-keygen -t rsa -f config/ssh-private-key
Install PostgreSQL. You'll need the server and the client library development
files.