incubator-pagespeed-cpanel
incubator-pagespeed-cpanel copied to clipboard
Centos 7 Cpanel 11.50 İnstall Error
Hi guys, Centos 7 cpanel 11.50, mode_pagespeed not Installed.
Could you say more about what you tried, what happened, and what you expected to happen instead?
Step 1 : /usr/local/cpanel/3rdparty/bin/git clone https://github.com/pagespeed/cpanel.git /tmp/pagespeed/
Step 2 : cd /tmp/pagespeed/Easy = -bash: cd: /tmp/pagespeed/Easy: No such file or directory
What happens if you run mkdir /tmp/pagespeed/Easy between steps 1 and 2?
http://i.hizliresim.com/RYlXYa.jpg :(
Sorry, my previous suggestion was wrong. When you ran /usr/local/cpanel/3rdparty/bin/git clone https://github.com/pagespeed/cpanel.git /tmp/pagespeed/ that should have created a directory /tmp/pagespeed/Easy. Did the clone step print out any error messages when you ran it the first time?
Could you run rm -rf /tmp/pagespeed/ and start over from the beginning?
http://i.hizliresim.com/vEvgNv.jpg not work :(
It seems that cpanel git rpm is broken. Install git using yum and try again.
yum install git
once you installed the git package, use below command to clone the repository.
git clone https://github.com/pagespeed/cpanel.git /tmp/pagespeed/