You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pagespeed.apache.org by ju...@apache.org on 2017/12/30 04:41:37 UTC

[26/50] [abbrv] incubator-pagespeed-cpanel git commit: EA4 readme update

EA4 readme update

Project: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/commit/8a1ad515
Tree: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/tree/8a1ad515
Diff: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/diff/8a1ad515

Branch: refs/heads/master
Commit: 8a1ad5150bac40ede287caa99a60b7c8804b9f52
Parents: f694cc3
Author: Prajith <pr...@gmail.com>
Authored: Tue Dec 15 18:49:13 2015 +0530
Committer: Prajith <pr...@gmail.com>
Committed: Tue Dec 15 18:49:13 2015 +0530

----------------------------------------------------------------------
 README.md | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/blob/8a1ad515/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 425ac5c..91f198a 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,14 @@
 # mod_pagespeed module for CPanel WHM
 
+If you are using EasyApache4, please follow the below steps to install mod_pagespeed.
+```
+$> yum install rpm-build cpio ea-apache24-mod_version
+$> wget https://github.com/Prajithp/cpanel/raw/master/EA4/ea-apache24-mod_pagespeed-1.9-32.11.src.rpm
+$> rpmbuild --rebuild ea-apache24-mod_pagespeed-1.9-32.11.src.rpm
+$> rpm -ivh /root/rpmbuild/RPMS/x86_64/ea-apache24-mod_pagespeed-1.9-32.11.x86_64.rpm
+$> /etc/init.d/httpd restart
+```
+
 A custom module for CPanel WHM using CPanel Easy Framework - allows easy installation of mod_pagespeed via `/scripts/easyapache` on command line or through easyapache from WHM web console.
 
 ## Installation instructions