apache / incubator-pagespeed-cpanel

mod_pagespeed module for CPanel WHM
Other
144 stars 50 forks source link

Centos 7 Cpanel 11.50 İnstall Error #31

Open turkelf opened 9 years ago

turkelf commented 9 years ago

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

jeffkaufman commented 9 years ago

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

turkelf commented 9 years ago

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

jeffkaufman commented 9 years ago

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

turkelf commented 9 years ago

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

jeffkaufman commented 9 years ago

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?

turkelf commented 9 years ago

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

Prajithp commented 9 years ago

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/