summaryrefslogtreecommitdiff
path: root/doc/dev/index.rst
blob: 69fda91850c263b7e99be222246afe5d91e2de29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
==================================
 Internal developer documentation
==================================

.. note:: If you're looking for how to use Ceph as a library from your
   own software, please see :doc:`/api/index`.

You can start a development mode Ceph cluster, after compiling the source, with::

	cd src
	install -d -m0755 out dev/osd0
	./vstart.sh -n -x -l
	# check that it's there
	./ceph health

.. todo:: vstart is woefully undocumented and full of sharp sticks to poke yourself with.


.. toctree::
   :glob:

   *