Merge "trivial: Add missing alembic upgrade head to manual install"

This commit is contained in:
Zuul 2018-10-24 02:27:40 +00:00 committed by Gerrit Code Review
commit b4cd48cde0
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::