]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/README.rst
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / pybind / mgr / dashboard / README.rst
index 03b6cc0451a354bbcd7361e2e14f11bdc316256e..623ba2528c98310b9f688ac325c261a77419cab6 100644 (file)
@@ -13,26 +13,23 @@ Enabling and Starting the Dashboard
 
 If you want to start the dashboard from within a development environment, you
 need to have built Ceph (see the toplevel ``README.md`` file and the `developer
-documentation
-<https://docs.ceph.com/docs/master/dev/developer_guide/#building-from-source>`_
-for details on how to accomplish this.
-
-Finally, you need to build the dashboard frontend code. See the file
-``HACKING.rst`` in this directory for instructions on setting up the necessary
-development environment.
+documentation <https://ceph.readthedocs.io/en/latest/dev/quick_guide/>`_ for
+details on how to accomplish this.
 
 If you use the ``vstart.sh`` script to start up your development cluster, it
 will configure and enable the dashboard automatically. The URL and login
 credentials are displayed when the script finishes.
 
 Please see the `Ceph Dashboard documentation
-<https://docs.ceph.com/docs/master/mgr/dashboard/>`_ for details on how to enable
-and configure the dashboard manually and how to configure other settings, e.g.
-access to the Ceph object gateway.
+<https://ceph.readthedocs.io/en/latest/mgr/dashboard/>`_ for details on how to
+enable and configure the dashboard manually and how to configure other settings,
+e.g. access to the Ceph object gateway.
 
 Working on the Dashboard Code
 -----------------------------
 
 If you're interested in helping with the development of the dashboard, please
-see the file ``HACKING.rst`` for details on how to set up a development
-environment and other development-related topics.
+see ``/doc/dev/dev_guide/dash_devel.rst`` or the `online version
+<https://ceph.readthedocs.io/en/latest/dev/developer_guide/dash-devel/>`_ for
+details on how to set up a development environment and other development-related
+topics.