]> git.proxmox.com Git - ceph.git/blame - ceph/src/pybind/mgr/dashboard/README.rst
import 15.2.0 Octopus source
[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
9f95a23c
TL
16documentation
17<https://docs.ceph.com/docs/master/dev/developer_guide/#building-from-source>`_
18for details on how to accomplish this.
31f18b77 19
11fdf7f2
TL
20Finally, you need to build the dashboard frontend code. See the file
21``HACKING.rst`` in this directory for instructions on setting up the necessary
22development environment.
31f18b77 23
11fdf7f2
TL
24If you use the ``vstart.sh`` script to start up your development cluster, it
25will configure and enable the dashboard automatically. The URL and login
26credentials are displayed when the script finishes.
31f18b77 27
11fdf7f2 28Please see the `Ceph Dashboard documentation
9f95a23c 29<https://docs.ceph.com/docs/master/mgr/dashboard/>`_ for details on how to enable
11fdf7f2
TL
30and configure the dashboard manually and how to configure other settings, e.g.
31access to the Ceph object gateway.
31f18b77 32
11fdf7f2
TL
33Working on the Dashboard Code
34-----------------------------
31f18b77 35
11fdf7f2
TL
36If you're interested in helping with the development of the dashboard, please
37see the file ``HACKING.rst`` for details on how to set up a development
38environment and other development-related topics.