]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: simplify quick start
authorSage Weil <sage@newdream.net>
Thu, 3 May 2012 16:44:55 +0000 (09:44 -0700)
committerSage Weil <sage@newdream.net>
Thu, 3 May 2012 17:38:50 +0000 (10:38 -0700)
Remove dup items

Signed-off-by: Sage Weil <sage@newdream.net>
doc/start/quick-start.rst

index 27929a986dc2db761c5fe66b4a4ca90dda82c5a5..05e6d92f818f9540adf1eaf5197f3074ea8027e1 100644 (file)
@@ -4,14 +4,8 @@
 Ceph is intended for large-scale deployments, but you may install Ceph on a
 single host. Quick start is intended for Debian/Ubuntu Linux distributions.
 
-1. Login to your host.
-2. Make a directory for Ceph packages. *e.g.,* ``$ mkdir ceph``
-3. `Get Ceph packages <../../install/download-packages>`_ and add them to your
-   APT configuration file.
-4. Update and Install Ceph packages.
-   See `Downloading Debian/Ubuntu Packages <../../install/download-packages>`_
-   and `Installing Packages <../../install/installing-packages>`_ for details.
-5. Add a ``ceph.conf`` file.
-   See `Ceph Configuration Files <../../config-cluster/ceph-conf>`_ for details.
-6. Run Ceph.
-   See `Deploying Ceph with mkcephfs <../../config-cluster/deploying-ceph-with-mkcephfs>`_
+#. `Install Ceph packages <../../install/download_packages>`
+#. Create a ``ceph.conf`` file. 
+   See `Ceph Configuration Files <../../config-cluster/ceph_conf>`_ for details.
+#. Create and start a Ceph cluster.
+   See `Deploying Ceph with mkcephfs <../../config_cluster/deploying_ceph_with_mkcephfs>`_