Skip to content

Commit

Permalink
added a missing step to quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
odopertchouk committed Mar 28, 2024
1 parent 35c40ca commit 8754c40
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/quickstart/index.rst
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8754c40

Please sign in to comment.