]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: restructuring quick start section.
authorJohn Wilkins <john.wilkins@inktank.com>
Tue, 3 Jul 2012 18:17:50 +0000 (11:17 -0700)
committerJohn Wilkins <john.wilkins@inktank.com>
Tue, 3 Jul 2012 18:17:50 +0000 (11:17 -0700)
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
doc/start/manual-install.rst [new file with mode: 0644]
doc/start/quick-start.rst [deleted file]

diff --git a/doc/start/manual-install.rst b/doc/start/manual-install.rst
new file mode 100644 (file)
index 0000000..c97f214
--- /dev/null
@@ -0,0 +1,22 @@
+=============
+ Quick Start
+=============
+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.
+
+#. `Install Ceph packages`_
+#. Create a ``ceph.conf`` file. 
+   See `Ceph Configuration Files`_ for details.
+#. Deploy the Ceph configuration.      
+   See `Deploy with mkcephfs`_ for details.
+#. Start a Ceph cluster.
+   See `Starting a Cluster`_ for details.
+#. Mount Ceph FS. 
+   See `Ceph FS`_ for details.
+
+
+.. _Install Ceph packages: ../../install/debian
+.. _Ceph Configuration Files: ../../config-cluster/ceph-conf
+.. _Deploy with mkcephfs: ../../config-cluster/mkcephfs
+.. _Starting a Cluster: ../../init/start-cluster/
+.. _Ceph FS: ../../cephfs/
\ No newline at end of file
diff --git a/doc/start/quick-start.rst b/doc/start/quick-start.rst
deleted file mode 100644 (file)
index c97f214..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-=============
- Quick Start
-=============
-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.
-
-#. `Install Ceph packages`_
-#. Create a ``ceph.conf`` file. 
-   See `Ceph Configuration Files`_ for details.
-#. Deploy the Ceph configuration.      
-   See `Deploy with mkcephfs`_ for details.
-#. Start a Ceph cluster.
-   See `Starting a Cluster`_ for details.
-#. Mount Ceph FS. 
-   See `Ceph FS`_ for details.
-
-
-.. _Install Ceph packages: ../../install/debian
-.. _Ceph Configuration Files: ../../config-cluster/ceph-conf
-.. _Deploy with mkcephfs: ../../config-cluster/mkcephfs
-.. _Starting a Cluster: ../../init/start-cluster/
-.. _Ceph FS: ../../cephfs/
\ No newline at end of file