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

[19/50] [abbrv] incubator-pagespeed-cpanel git commit: Update README

Update README


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

Branch: refs/heads/master
Commit: 19844fe7921bf99c8a13312bd79459f5e6fe8101
Parents: 7de05a2
Author: Prajithp <pr...@gmail.com>
Authored: Sun Sep 14 12:42:37 2014 +0400
Committer: Prajithp <pr...@gmail.com>
Committed: Sun Sep 14 12:42:37 2014 +0400

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


http://git-wip-us.apache.org/repos/asf/incubator-pagespeed-cpanel/blob/19844fe7/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 96c8aaa..425ac5c 100644
--- a/README.md
+++ b/README.md
@@ -6,15 +6,15 @@ A custom module for CPanel WHM using CPanel Easy Framework - allows easy install
 
 1. Clone the installation scripts onto your CPanel server:
 ```bash
-$> /usr/local/cpanel/3rdparty/bin/git clone https://github.com/pagespeed/cpanel.git /var/cpanel/easy/apache/custom_opt_mods/Cpanel/pagespeed/
+$> /usr/local/cpanel/3rdparty/bin/git clone https://github.com/pagespeed/cpanel.git /var/cpanel/easy/apache/custom_opt_mods/Cpanel/
 ```
 
 2. Create Speed.pm.tar.gz
 ```bash
-$> cd /var/cpanel/easy/apache/custom_opt_mods/Cpanel/pagespeed/Easy
+$> cd /var/cpanel/easy/apache/custom_opt_mods/Cpanel/Easy
 $> tar -zcvf Speed.pm.tar.gz pagespeed
-$> mv -v /var/cpanel/easy/apache/custom_opt_mods/Cpanel/pagespeed/Easy/Speed.pm /var/cpanel/easy/apache/custom_opt_mods/Cpanel/pagespeed/Easy/Speed.pm.tar.gz -t /var/cpanel/easy/apache/custom_opt_mods/Cpanel/Easy/
-$> rm -rf /var/cpanel/easy/apache/custom_opt_mods/Cpanel/pagespeed/
+$> rm -rf /var/cpanel/easy/apache/custom_opt_mods/Cpanel/Easy/pagespeed/
+$> rm -rf /var/cpanel/easy/apache/custom_opt_mods/Cpanel/{.git,LICENSE,README.md}
 ```
 
 3. Login into your cPanel WHM > EasyApache and look for "mod_pagespeed" option. Alternatively, you can run the easyapache installer from command line (`/scripts/easyapache`). Rebuild the Apache server, reboot it, and you're good to go!