From: Leo Zhang Date: Tue, 27 Sep 2016 09:15:04 +0000 (+0800) Subject: doc: drop start development cluster area in index.rst, quick_start.rst also documents... X-Git-Tag: v11.1.0~665^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=5582407721aa8c2f6d6f922afc09f7d414e63bdb;p=ceph.git doc: drop start development cluster area in index.rst, quick_start.rst also documents this area Signed-off-by: Leo Zhang --- diff --git a/doc/dev/index.rst b/doc/dev/index.rst index 377596a5be3e5..0a3fbf0232dcf 100644 --- a/doc/dev/index.rst +++ b/doc/dev/index.rst @@ -163,21 +163,12 @@ All newcomers are encouraged to read that file carefully. Building from source -------------------- -See instructions at :doc:`/dev/quick_guide` and :doc:`/install/build-ceph`. +See instructions at :doc:`/install/build-ceph`. Development-mode cluster ------------------------ -You can start a development-mode Ceph cluster, after compiling the source, -with:: - - cd build - make vstart - ../src/vstart.sh -n -x -l - # check that it's there - ./bin/ceph health - -For more ``vstart.sh`` examples, see :doc:`/dev/quick_guide`. +See :doc:`/dev/quick_guide`. Backporting -----------