incubator-pagespeed-cpanel icon indicating copy to clipboard operation
incubator-pagespeed-cpanel copied to clipboard

Centos 7 Cpanel 11.50 İnstall Error

Open turkelf opened this issue 10 years ago • 7 comments

Hi guys, Centos 7 cpanel 11.50, mode_pagespeed not Installed.

turkelf avatar Jun 22 '15 19:06 turkelf

Could you say more about what you tried, what happened, and what you expected to happen instead?

jeffkaufman avatar Jun 22 '15 19:06 jeffkaufman

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

turkelf avatar Jun 22 '15 19:06 turkelf

What happens if you run mkdir /tmp/pagespeed/Easy between steps 1 and 2?

jeffkaufman avatar Jun 22 '15 19:06 jeffkaufman

http://i.hizliresim.com/RYlXYa.jpg :(

turkelf avatar Jun 22 '15 20:06 turkelf

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?

jeffkaufman avatar Jun 22 '15 20:06 jeffkaufman

http://i.hizliresim.com/vEvgNv.jpg not work :(

turkelf avatar Jun 22 '15 21:06 turkelf

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/

Prajithp avatar Jun 23 '15 04:06 Prajithp