From 8754c409e5e567ff66da699ace01f0f8e5810d6c Mon Sep 17 00:00:00 2001 From: Oleg Dopertchouk Date: Thu, 28 Mar 2024 14:11:47 -0400 Subject: [PATCH] added a missing step to quickstart --- docs/quickstart/index.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/quickstart/index.rst b/docs/quickstart/index.rst index ece9d6162..d71915dd5 100644 --- a/docs/quickstart/index.rst +++ b/docs/quickstart/index.rst @@ -89,6 +89,7 @@ Once your system is prepared, ensure that you are in the virtualenv: And then run: .. code-block:: bash + make up-reqs make release @@ -198,13 +199,14 @@ Additional notifications can be created through the UI or API. See :ref:`Notifi cd /www/lemur/lemur lemur db init -**Make note of the password used as this will be used during first login to the Lemur UI.** +Then .. code-block:: bash - cd /www/lemur/lemur lemur init +**Make note of the password used as this will be used during first login to the Lemur UI.** + .. note:: If you added the SUPERUSER permission to the lemur database user above, it is recommended you revoke that permission now. .. code-block:: bash