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:43 UTC

[32/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/a1613c26
Tree: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/tree/a1613c26
Diff: http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/diff/a1613c26

Branch: refs/pull/39/head
Commit: a1613c267e0a3122049ecf2283ae5ed4e0d507d6
Parents: 15c0b44
Author: Prajith <pr...@gmail.com>
Authored: Sun Dec 20 17:04:49 2015 +0530
Committer: Prajith <pr...@gmail.com>
Committed: Sun Dec 20 17:04:49 2015 +0530

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


http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/blob/a1613c26/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 5c53a35..cab9c46 100644
--- a/README.md
+++ b/README.md
@@ -4,15 +4,16 @@ A custom module for CPanel WHM using CPanel Easy Framework - allows easy install
 
 ## Installation instructions
 
-If you are using EasyApache4, please follow the below steps to install mod_pagespeed.
+# 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
+$> wget https://github.com/pagespeed/cpanel/raw/master/EA4/ea-apache24-mod_pagespeed-latest-stable.src.rpm
+$> rpmbuild --rebuild ea-apache24-mod_pagespeed-latest-stable.src.rpm
+$> rpm -ivh /root/rpmbuild/RPMS/x86_64/ea-apache24-mod_pagespeed*.rpm
 $> /etc/init.d/httpd restart
 ```
 
+# Below steps only for EA3 users.
 1. Clone the installation scripts onto your CPanel server:
 ```bash
 $> /usr/local/cpanel/3rdparty/bin/git clone https://github.com/pagespeed/cpanel.git /tmp/pagespeed/