Created
July 15, 2013 14:54
-
-
Save brianherman/6000597 to your computer and use it in GitHub Desktop.
install pagespeed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cd ~ | |
| wget https://github.com/pagespeed/ngx_pagespeed/archive/release-1.6.29.3-beta.zip | |
| unzip release-1.6.29.3-beta.zip | |
| cd ngx_pagespeed-release-1.6.29.3-beta/ | |
| wget https://dl.google.com/dl/page-speed/psol/1.6.29.3.tar.gz | |
| tar -xzvf 1.6.29.3.tar.gz # expands to psol/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment