INSTALL: Mention generation of SSH host key
This commit is contained in:
parent
8cf0f2502c
commit
7b75e0a54c
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue