手动安装 jirafe (Manual Installation Method)

来源:互联网 发布:知学学院于鲁 编辑:程序博客网 时间:2024/05/21 23:31

摘自 https://github.com/jirafe/magento-plugin/wiki/Installation-Manual


Manual Installation Method
Jirafe Extension for Magento / Installation / Manual


Important note: If you use Magento's compilation mode turn it off before proceeding with the installation and rerun the compilation process before turning it back on.


Move to a temporary directory on the machine where you will be installing Jirafe.


$ mkdir ~/jirafe_tmp
$ cd ~/jirafe_tmp


Download the latest Jirafe Magento plugin. You can download directly from Github by clicking here, or you can note the latest version and download using wget below: Note: Be sure to download the latest version of Jirafe for Magento. Modify '0.3.5' with the latest version found on the downloads link above. Also, at the time of this writing, there is a certificate issue at Github. That is why the --no-check-certificate has been added to the command


$ wget --no-check-certificate https://github.com/downloads/jirafe/magento-plugin/Fooman_Jirafe_v0.3.5.zip


Unzip the file.
$ unzip Fooman_Jirafe_v0.3.5.zip


Move the files into position. Your unzipping tool might automatically create a subfolder with a similar name as the zip file (e.g. Fooman_Jirafe_v0.3.5). Move the contents inside this folder to the root directory of your Magento installation. _Note: modify 'path/to/magento/root/' with the path to your actual Magento root.


$ cp -R Fooman_Jirafe_v0.3.5/* path/to/magento/root/


Ensure that the file permissions and user settings will allow your server to read the new files.
Flush the system/config cache. Navigate to the System/Cache Management menu, and select 'Configuration'. Select 'Refresh' in the dropdown on the top right, and click 'Submit'.


Log out, and then log back in.