From: Barbora Ančincová Date: Thu, 21 Jan 2016 12:58:47 +0000 (+0100) Subject: doc: small edits according to review X-Git-Tag: v10.0.4~117^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=68a571bc639db100fc8ceab31f7ee78d957a0c59;p=ceph.git doc: small edits according to review Signed-off-by: Bara Ancincova 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 --- diff --git a/doc/install/install-ceph-gateway.rst b/doc/install/install-ceph-gateway.rst index 22eb26bb27a7..3b370752d6da 100644 --- a/doc/install/install-ceph-gateway.rst +++ b/doc/install/install-ceph-gateway.rst @@ -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 -p tcp -s / --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