GithubHelp home page GithubHelp logo

cloudinary_drush_make's Introduction

cloudinary_drush_make

A drush make file for you to test cloudinary module quickly.

https://www.drupal.org/project/cloudinary

You just need to clone the make files, then drush make it and install your drupal site.

cloudinary_sdk

All modules dependency cloudinary_sdk.

  • Log in cloudinary console 'https://cloudinary.com/console' to get API account.
  • Install and enable module 'cloudinary_sdk' as usual.
  • Go to cloudinary settings page 'admin/config/media/cloudinary'.
  • On settings page, type your Cloud name, API key and API secret.
  • Click 'Save configuration' button to save API account. In order to check the validity of the API, system will be auto ping your Cloudinary account after change API settings.
  • If there has no error messages, it means connect to cloudinary_sdk successfully.

cloudinary_stream_wrapper

  • Install and enable module 'cloudinary_sdk' as usual.
  • After module installed, you will be see cloudinary stream wrapper option on file or image field setting form.
  • You also can use cloudinary stream wrapper "cloudinary://" to save images with your code, like "file_save_data(your image data here, cloudinary://sample.jpg))".
  • In cloudinary settings page, you can enable more stream wrappers for Cloudinary with folder name under root folder, after enable it, you can use "cloudinary.folder_name://" to save your images into this folder as root.

cloudinary_storage

  • Install and enable module 'cloudinary_storage' and it's sub-modules as usual, you can just choose one sub-module to cache the file structure.
  • After module installed, in cloudinary settings page, you can enable one of cloudinary storage settings.
  • If you enabled cloudinary storage for file structure, it will be reduce network requests and improve loading speed for uploaded Cloudinary files.

cloudinary

  • Install and enable module 'cloudinary' as usual.
  • After module installed, it will auto convert image effects (Crop, Desaturate, Resize, Rotate, Scale, Scale and crop) of drupal's image style into Cloudinary image transformations, without patch.
  • Also it will be provides a new image effect "cloudinary_crop" on image style manage page, you can easy to create cloudinary transformation directly.

cloudinary_drush_make's People

Contributors

everright avatar everrightc avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

m1n0

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.