From 35c40ca3b100bc2443d565439ffba1e1fa1f139b Mon Sep 17 00:00:00 2001 From: Oleg Dopertchouk Date: Thu, 28 Mar 2024 13:44:25 -0400 Subject: [PATCH 1/2] added a step to the documentation --- docs/quickstart/index.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/quickstart/index.rst b/docs/quickstart/index.rst index d1e4d07ad5..ece9d6162c 100644 --- a/docs/quickstart/index.rst +++ b/docs/quickstart/index.rst @@ -89,7 +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 .. note:: This command will install npm dependencies as well as compile static assets. @@ -193,6 +193,11 @@ Your database installation requires the pg_trgm extension. If you do not have th Additional notifications can be created through the UI or API. See :ref:`Notification Options ` and :ref:`Command Line Interface ` for details. +.. code-block:: bash + + 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.** .. code-block:: bash From 8754c409e5e567ff66da699ace01f0f8e5810d6c Mon Sep 17 00:00:00 2001 From: Oleg Dopertchouk Date: Thu, 28 Mar 2024 14:11:47 -0400 Subject: [PATCH 2/2] 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 ece9d6162c..d71915dd5a 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