diff options
author | Zuul <zuul@review.openstack.org> | 2018-10-24 02:27:40 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2018-10-24 02:27:40 +0000 |
commit | b4cd48cde0225417da8ab149539ee87b1571ee1c (patch) | |
tree | 483b54704f35c76e306c150048bfe1cba059393f | |
parent | 7d697012fcbd868b14670aa9cf895acfad5a7f8d (diff) | |
parent | 0d5189e226e4037450b912c5922d7c60b8207c97 (diff) |
Merge "trivial: Add missing alembic upgrade head to manual install"
-rw-r--r-- | doc/source/users/getting-started.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/source/users/getting-started.rst b/doc/source/users/getting-started.rst index e3c83d0..3f182ae 100644 --- a/doc/source/users/getting-started.rst +++ b/doc/source/users/getting-started.rst | |||
@@ -174,7 +174,9 @@ Substitute the connection information into the config file in | |||
174 | 174 | ||
175 | Finally, run Deckhand:: | 175 | Finally, run Deckhand:: |
176 | 176 | ||
177 | $ chmod +x entrypoint.sh | 177 | # Perform DB migrations |
178 | $ ./entrypoint.sh alembic upgrade head | ||
179 | # Instantiate the Deckhand server | ||
178 | $ ./entrypoint.sh server | 180 | $ ./entrypoint.sh server |
179 | 181 | ||
180 | To kill the ephemeral DB afterward:: | 182 | To kill the ephemeral DB afterward:: |