Skip to content

Commit

Permalink
docs: clarify webui installation
Browse files Browse the repository at this point in the history
  • Loading branch information
astoorangi committed Jun 25, 2019
1 parent d9c9cce commit de815db
Showing 1 changed file with 6 additions and 8 deletions.
Expand Up @@ -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
*<input>reload</input>
reloaded
*<input>configure add console name=admin password=secret profile=webui-admin</input>
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
~~~~~~~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -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
*<input>configure add console name=admin password=secret profile=webui-admin</input>
If the profile could not be found, reload or restart your |dir|.

For details, please read :ref:`DirectorResourceConsole`.

.. _section-webui-profile:
Expand Down

0 comments on commit de815db

Please sign in to comment.