Magento 1 Cloudinary Module
Magento 1 module for integration with Cloudinary.
- Log into your Magento admin panel & navigate to System > Magento Connect > Magento Connect Manager.
- Under "Direct package file upload", upload the package file that's included in this repository (var/connect/Cloudinary_Cloudinary-*.tgz).
- Install the package...
- Download & copy/drag the directories
app
,lib
&skin
into your Magento 1 root dir. - Clear cache from Magento admin panel or by running
rm -rf var/cache/* var/full_page_cache/*
under your Magento 1 root dir.
- If you don't have modman installed, install it first according to the official instructions & then follow the instructions for Magento users.
- cd into your Magento 1 root dir & run
modman init
(in case you haven't done it already). - Under your Magento 1 root dir, run
modman clone Cloudinary_Cloudinary https://github.com/cloudinary/cloudinary_magento
- Clear cache from Magento admin panel or by running
rm -rf var/cache/* var/full_page_cache/*
under your Magento 1 root dir.
- Under your Magento 1 root dir, run
modman update Cloudinary_Cloudinary
- Clear cache from Magento admin panel or by running
rm -rf var/cache/* var/full_page_cache/*
under your Magento 1 root dir.
Copyright © 2018 Cloudinary. All rights reserved.