]> git.proxmox.com Git - ceph.git/blame_incremental - ceph/src/pybind/mgr/dashboard/README.rst
bump version to 18.2.2-pve1
[ceph.git] / ceph / src / pybind / mgr / dashboard / README.rst
... / ...
CommitLineData
1Ceph Dashboard
2==============
3
4Overview
5--------
6
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.
10
11Enabling and Starting the Dashboard
12-----------------------------------
13
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
16documentation <https://ceph.readthedocs.io/en/latest/dev/quick_guide/>`_ for
17details on how to accomplish this.
18
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.
22
23Please see the `Ceph Dashboard documentation
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.
27
28Working on the Dashboard Code
29-----------------------------
30
31If you're interested in helping with the development of the dashboard, please
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.