trivial: Add missing alembic upgrade head to manual install

This patch set adds `./entrypoint.sh alembic upgrade head` command
to manual install section in Getting Started guide, without which
Deckhand server cannot start correctly.

Change-Id: Id486cc98b8fd93271a8571364adfb9fb30bf4bcc
This commit is contained in:
Felipe Monteiro 2018-10-23 22:09:22 -04:00
parent a991513eff
commit 0d5189e226
1 changed files with 3 additions and 1 deletions

View File

@ -174,7 +174,9 @@ Substitute the connection information into the config file in
Finally, run Deckhand::
$ chmod +x entrypoint.sh
# Perform DB migrations
$ ./entrypoint.sh alembic upgrade head
# Instantiate the Deckhand server
$ ./entrypoint.sh server
To kill the ephemeral DB afterward::