[pootle] Improve README.fedora to deal with SELinux

dwayne dwayne at fedoraproject.org
Wed Aug 25 10:33:56 UTC 2010


commit 2086883dc8ea1e4a28c7a3ae0b4086e219ce4d88
Author: Dwayne Bailey <dwayne at translate.org.za>
Date:   Wed Aug 25 12:33:26 2010 +0200

    Improve README.fedora to deal with SELinux

 README.fedora |   11 +++++++++++
 pootle.spec   |    5 ++++-
 2 files changed, 15 insertions(+), 1 deletions(-)
---
diff --git a/README.fedora b/README.fedora
index 0f20f7b..7f4fb71 100644
--- a/README.fedora
+++ b/README.fedora
@@ -43,9 +43,20 @@ stick to one approach.
 
 2. Post installation
 
+2.1 Default administrative password
+
 Your administrative user is username: admin, password: admin.  Make sure
 that you change that before going live.
 
+2.2 SELinux
+
+Pootle is configured on Fedora to use memcached, but Apache will not be
+able to access memceched by default if you are using SELinux.  To
+allow Pootle to access memcached you will need to run the following
+command:
+
+$ setsebool -P httpd_can_network_connect 1
+
 
 3. Optimising Pootle
 
diff --git a/pootle.spec b/pootle.spec
index c3cd782..a465529 100644
--- a/pootle.spec
+++ b/pootle.spec
@@ -4,7 +4,7 @@
 
 Name:           pootle
 Version:        2.1.0
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Localization and translation management web application
 
 Group:          Development/Tools
@@ -128,6 +128,9 @@ fi
 
 
 %changelog
+* Wed Aug 18 2010 Dwayne Bailey <dwayne at translate.org.za> - 2.1.0-4
+- Improve README.fedora to deal with SELinux
+
 * Wed Aug 18 2010 Dwayne Bailey <dwayne at translate.org.za> - 2.1.0-3
 - Require Translate Toolkit >= 1.8.0 to fix some multistring issues
 


More information about the scm-commits mailing list