]> git.proxmox.com Git - ceph.git/blame - ceph/src/pybind/mgr/dashboard/README.rst
bump version to 18.2.2-pve1
[ceph.git] / ceph / src / pybind / mgr / dashboard / README.rst
CommitLineData
11fdf7f2
TL
1Ceph Dashboard
2==============
31f18b77 3
11fdf7f2
TL
4Overview
5--------
31f18b77 6
11fdf7f2
TL
7The Ceph Dashboard is a built-in web-based Ceph management and monitoring
8application to administer various aspects and objects of the cluster. It is
9implemented as a Ceph Manager module.
31f18b77 10
11fdf7f2
TL
11Enabling and Starting the Dashboard
12-----------------------------------
31f18b77 13
11fdf7f2
TL
14If you want to start the dashboard from within a development environment, you
15need to have built Ceph (see the toplevel ``README.md`` file and the `developer
f67539c2
TL
16documentation <https://ceph.readthedocs.io/en/latest/dev/quick_guide/>`_ for
17details on how to accomplish this.
31f18b77 18
11fdf7f2
TL
19If you use the ``vstart.sh`` script to start up your development cluster, it
20will configure and enable the dashboard automatically. The URL and login
21credentials are displayed when the script finishes.
31f18b77 22
11fdf7f2 23Please see the `Ceph Dashboard documentation
f67539c2
TL
24<https://ceph.readthedocs.io/en/latest/mgr/dashboard/>`_ for details on how to
25enable and configure the dashboard manually and how to configure other settings,
26e.g. access to the Ceph object gateway.
31f18b77 27
11fdf7f2
TL
28Working on the Dashboard Code
29-----------------------------
31f18b77 30
11fdf7f2 31If you're interested in helping with the development of the dashboard, please
f67539c2
TL
32see ``/doc/dev/dev_guide/dash_devel.rst`` or the `online version
33<https://ceph.readthedocs.io/en/latest/dev/developer_guide/dash-devel/>`_ for
34details on how to set up a development environment and other development-related
35topics.