]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Adding headers to RGW quick.
authorBarbora Ančincová <bancinco@redhat.com>
Thu, 22 Oct 2015 16:09:52 +0000 (18:09 +0200)
committerBarbora Ančincová <bancinco@redhat.com>
Mon, 25 Jan 2016 16:28:23 +0000 (17:28 +0100)
Signed-off-by: bancinco@redhat.com
doc/start/quick-rgw.rst

index d339598619eee6feef486520e71877855d7e4ef5..41c98f1946c29c5f6361d8eda9d4badd40cfdf9c 100644 (file)
@@ -12,7 +12,10 @@ data directory and create a gateway instance for you.
    ``7480``, or set the port to a preferred port (e.g., port ``80``) in your Ceph
    configuration file.
 
-To start a Ceph Object Gateway, follow this procedure:
+To start a Ceph Object Gateway, follow the steps below:
+
+Installing Ceph Object Gateway
+==============================
 
 #. Execute the pre-installation steps on your ``client-node``. If you intend to
    use Civetweb's default port ``7480``, you must open it using either
@@ -24,13 +27,19 @@ To start a Ceph Object Gateway, follow this procedure:
 
     ceph-deploy install --rgw <client-node> [<client-node> ...]
 
-#. From the working directory of your administration server, create an instance
-   of the Ceph Object Gateway on the ``client-node``. For example::
+Creating the Ceph Object Gateway Instance
+=========================================
+
+From the working directory of your administration server, create an instance of
+the Ceph Object Gateway on the ``client-node``. For example::
 
     ceph-deploy rgw create
 
-   Once the gateway is running, you should be able to access it on port
-   ``7480``. (e.g., ``http://client-node:7480``).
+Once the gateway is running, you should be able to access it on port ``7480``.
+(e.g., ``http://client-node:7480``).
+
+Configuring the Ceph Object Gateway Instance
+============================================
 
 #. To change the default port (e.g,. to port ``80``), modify your Ceph
    configuration file. Add a section entitled ``[client.rgw.<client-node>]``,