From: John Wilkins Date: Mon, 5 Aug 2013 20:44:44 +0000 (-0700) Subject: doc: Nomenclature update. X-Git-Tag: v0.68~108 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a38ab07a81df1d78b60aaef83a92b0b3d18ab37a;p=ceph.git doc: Nomenclature update. Signed-off-by: John Wilkins --- diff --git a/doc/radosgw/manual-install.rst b/doc/radosgw/manual-install.rst index ecd1f752d84..aad4fec08ce 100644 --- a/doc/radosgw/manual-install.rst +++ b/doc/radosgw/manual-install.rst @@ -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