]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Nomenclature update.
authorJohn Wilkins <john.wilkins@inktank.com>
Mon, 5 Aug 2013 20:44:44 +0000 (13:44 -0700)
committerJohn Wilkins <john.wilkins@inktank.com>
Mon, 5 Aug 2013 20:44:44 +0000 (13:44 -0700)
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
doc/radosgw/manual-install.rst

index ecd1f752d84d55d549064499585283be02fb2eea..aad4fec08ce6b409d74e7d6bdeace6e226d54f5b 100644 (file)
@@ -1,13 +1,13 @@
-======================================
- Install Apache, FastCGI and RADOS GW
-======================================
+=====================================
+ Install Apache, FastCGI and Gateway
+=====================================
 
 .. note:: If you deploy Ceph with Chef cookbooks, you may skip this section. 
 
 Install Packages
 ----------------
 
-To install RADOS Gateway, you must install Apache and FastCGI first. :: 
+To install Ceph Object Gateway, you must install Apache and FastCGI first. :: 
 
        sudo apt-get update && sudo apt-get install apache2 libapache2-mod-fastcgi
 
@@ -61,7 +61,7 @@ Restart Apache so that the foregoing changes take effect. ::
 
        sudo service apache2 restart
        
-Then, install RADOS Gateway. For example:: 
+Then, install Ceph Object Gateway. For example:: 
 
        sudo apt-get install radosgw