drupal/spaces_og_accelerated

This module provides performance enhancements for spaces_og.

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Type:drupal-module

dev-6.x-3.x 2012-12-13 13:59 UTC

This package is not auto-updated.

Last update: 2024-04-21 01:03:18 UTC


README

The spaces_og_accelerated module requires the cloaking-device PHP library.

To install, use one of the following methods:

  1. Checkout the cloaking-device PHP library from github like so (if using the libraries module):

    # From your site's docroot. git clone https://github.com/pdrakeweb/cloaking-device.git sites/all/libraries/cloaking-device

  2. Install via Drush (if using the libraries module):

    # From your site's docroot. drush cloaking-device-download

  3. Install the module via composer, or in your own composer.json: { "require":{

     "allplayers/cloaking-device": "dev-master"
    

    } }