fivejars / vyva
Y Virtual Y 视频自动化
1.0.0
2021-05-31 16:04 UTC
Requires
This package is auto-updated.
Last update: 2024-09-26 16:15:47 UTC
README
安装
先决条件
您应该已安装 Open Y Virtual Y 模块。请参阅https://github.com/ymcatwincities/openy_gated_content。
使用 Composer 2+
使用 Composer 2+,安装应与composer require fivejars/vyva
一样简单。
使用 Composer 1.x
尝试使用composer require fivejars/vyva
安装。
如果安装失败,则意味着该包不会为 Composer 1.x 在 Packagist 上提供。
编辑您的根composer.json
文件,将包信息添加到repositories
部分
{ "type": "package", "package": { "name": "fivejars/vyva", "version": "1.0.0", "type": "drupal-module", "dist": { "url": "https://github.com/fivejars/openy_vyva/archive/1.0.0.zip", "type": "zip" } } }
现在使用composer require fivejars/vyva
安装。
模块安装
按其他 drupal 模块安装
- 以管理员身份登录
- 转到 Admin 菜单 > 扩展
- 找到 "Virtual Y Video Automation",勾选旁边的复选框,点击“安装”按钮。
- 验证模块已安装
- 存在 Admin 菜单 > Virtual Y > Virtual YMCA 设置 > 视频自动化菜单项
- 它导航到视频自动化配置表单
- 根据https://github.com/fivejars/vyva/wiki/Drupal-module-installation-and-configuration配置模块