apache / incubator-pagespeed-cpanel

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

fatal: destination path '/var/cpanel/easy/apache/custom_opt_mods/Cpanel' already exists and is not an empty directory. #13

Closed auto22 closed 10 years ago

auto22 commented 10 years ago

When trying to install i receive the error mentioned on the title, any idea on how to solve this? please any solution explain step by step as i am not savvy and trying to learn. Thank in advance

igrigorik commented 10 years ago

On which step are you getting this error?

auto22 commented 10 years ago

Just after i imput: git clone https://github.com/pagespeed/cpanel.git /var/cpanel/easy/apache/custom_opt_mods/Cpanel/

igrigorik commented 10 years ago

Oh, well, that means you already have something in there, so just clone the repo into a separate directory and copy the files over.

$> git clone https://github.com/pagespeed/cpanel.git . $> cp -r Cpanel/* /var/cpanel/easy/apache/custom_opt_mods/Cpanel/