Skip to content

Commit

Permalink
Merge pull request #4804 from odopertchouk/od/updated-docs
Browse files Browse the repository at this point in the history
Updated quickstart docs
  • Loading branch information
jtschladen committed Mar 28, 2024
2 parents d7f75f7 + 8754c40 commit 6673532
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions docs/quickstart/index.rst
Expand Up @@ -90,6 +90,7 @@ And then run:

.. code-block:: bash
make up-reqs
make release
.. note:: This command will install npm dependencies as well as compile static assets.
Expand Down Expand Up @@ -193,13 +194,19 @@ 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 <NotificationOptions>` and :ref:`Command Line Interface <CommandLineInterface>` for details.

**Make note of the password used as this will be used during first login to the Lemur UI.**

.. code-block:: bash
cd /www/lemur/lemur
lemur db init
Then

.. code-block:: bash
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 6673532

Please sign in to comment.