drupal/spaces_og_accelerated

此模块为spaces_og提供性能增强。

安装: 3

依赖项: 0

建议者: 0

安全: 0

类型:drupal-module

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

This package is not auto-updated.

Last update: 2024-09-22 03:01:45 UTC


README

spaces_og_accelerated模块需要cloaking-device PHP库。

要安装,请使用以下方法之一

  1. 如使用库模块,从GitHub克隆cloaking-device PHP库

    # 从您的站点docroot。git clone https://github.com/pdrakeweb/cloaking-device.git sites/all/libraries/cloaking-device

  2. 通过Drush安装(如果使用库模块)

    # 从您的站点docroot。drush cloaking-device-download

  3. 通过composer安装模块,或在您的composer.json中:{"require":{

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

    } }