From de815db3af21459fe7d521b41d2ca529795df783 Mon Sep 17 00:00:00 2001 From: Tobias Plum Date: Tue, 25 Jun 2019 13:10:27 +0200 Subject: [PATCH] docs: clarify webui installation --- .../InstallingBareosWebui.rst | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/docs/manuals/source/IntroductionAndTutorial/InstallingBareosWebui.rst b/docs/manuals/source/IntroductionAndTutorial/InstallingBareosWebui.rst index f282601a0dd..b29b070683a 100644 --- a/docs/manuals/source/IntroductionAndTutorial/InstallingBareosWebui.rst +++ b/docs/manuals/source/IntroductionAndTutorial/InstallingBareosWebui.rst @@ -145,20 +145,17 @@ This assumes, |dir| and |webui| are installed on the same host. #. Restart Apache (to load configuration provided by bareos-webui, see :ref:`section-webui-apache`) -#. - -.. _item:webui-create-user: - - Use :command:`bconsole` to create a user with name **admin** and password **secret** and permissions defined in :config:option:`Dir/Profile = webui-admin`\ : +#. Use :command:`bconsole` to create a user with name **admin** and password **secret** and permissions defined in :config:option:`Dir/Profile = webui-admin`\ : .. code-block:: bconsole - :caption: add a named console + *reload + reloaded *configure add console name=admin password=secret profile=webui-admin Of course, you can choose other names and passwords. For details, see :ref:`section-webui-console`. -#. Login to http://HOSTNAME/bareos-webui with username and password as created in \ref{item:webui-create-user}. +#. Login to http://HOSTNAME/bareos-webui with username and password as created. Configuration Details ~~~~~~~~~~~~~~~~~~~~~ @@ -190,10 +187,11 @@ To allow a user with name **admin** and password **secret** to access the |dir| - or use the :command:`bconsole`: .. code-block:: bconsole - :caption: add console *configure add console name=admin password=secret profile=webui-admin + If the profile could not be found, reload or restart your |dir|. + For details, please read :ref:`DirectorResourceConsole`. .. _section-webui-profile: