From 68a571bc639db100fc8ceab31f7ee78d957a0c59 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Barbora=20An=C4=8Dincov=C3=A1?= Date: Thu, 21 Jan 2016 13:58:47 +0100 Subject: [PATCH] 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 --- doc/install/install-ceph-gateway.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.47.3