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:
parent
a991513eff
commit
0d5189e226
@ -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::
|
||||
|
Loading…
x
Reference in New Issue
Block a user