]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: small edits according to review 7264/head
authorBarbora Ančincová <bancinco@redhat.com>
Thu, 21 Jan 2016 12:58:47 +0000 (13:58 +0100)
committerBarbora Ančincová <bancinco@redhat.com>
Mon, 25 Jan 2016 16:28:24 +0000 (17:28 +0100)
Signed-off-by: Bara Ancincova <bara@redhat.com>
https://github.com/ceph/ceph/pull/7264#discussion_r50227327
https://github.com/ceph/ceph/pull/7264#discussion_r50227880
https://github.com/ceph/ceph/pull/7264#discussion_r50228355

doc/install/install-ceph-gateway.rst

index 22eb26bb27a746a2cfc60c501fac7c135150eb81..3b370752d6da6778b425b5c4f6074ee2ec527e33 100644 (file)
@@ -2,7 +2,7 @@
 Install Ceph Object Gateway
 ===========================
 
-As of `firefly` (v0.80), Ceph Object Gateway is runnig on Civetweb (embedded
+As of `firefly` (v0.80), Ceph Object Gateway is running on Civetweb (embedded
 into the ``ceph-radosgw`` daemon) instead of Apache and FastCGI. Using Civetweb
 simplifies the Ceph Object Gateway installation and configuration.
 
@@ -112,13 +112,13 @@ Gateway::
 
 Finally, check to ensure that the port you selected is open on the node's
 firewall (e.g., port ``80``). If it is not open, add the port and reload the
-firewall configuration. For Red Hat Enterprise Linux execute::
+firewall configuration. If you use the ``firewald``, daemon execute::
 
   sudo firewall-cmd --list-all
   sudo firewall-cmd --zone=public --add-port 80/tcp --permanent
   sudo firewall-cmd --reload
 
-For Ubuntu, execute::
+If you use ``iptables``, execute::
 
   sudo iptables --list
   sudo iptables -I INPUT 1 -i <iface> -p tcp -s <ip-address>/<netmask> --dport 80 -j ACCEPT
@@ -555,7 +555,7 @@ Enterprise Linux::
  sudo pip install --upgrade setuptools
  sudo pip install --upgrade python-swiftclient
 
-On Ubuntu::
+On Debian-based distributions::
 
  sudo apt-get install python-setuptools
  sudo easy_install pip