fivejars/vyva
Composer 安装命令:
composer require fivejars/vyva
包简介
Open Y Virtual Y Video Automation
README 文档
README
Installation
Prerequisites
You should have Open Y Virtual Y modules installed. See https://github.com/ymcatwincities/openy_gated_content.
With Composer 2+
With Composer 2+ the installation should be as simple as composer require fivejars/vyva.
With Composer 1.x
Try installing it with composer require fivejars/vyva.
If it fails, it means that the package is not going to be available at packagist for composer 1.x.
Edit you root composer.json file, add the package information to the repositories sections:
{
"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"
}
}
}
Now install it with composer require fivejars/vyva.
Module installation
Install as any other drupal module:
- login as an administrator
- go to Admin Menu > Extend
- find the "Virtual Y Video Automation", tick the checkbox next to it, click on the "Install" button.
- verify that the module is installed:
- there is Admin menu > Virtual Y > Virtual YMCA settings > Video Automation menu item
- it navigates to the form for the Video Automation Configuration
- configure the module according to the https://github.com/fivejars/vyva/wiki/Drupal-module-installation-and-configuration
统计信息
- 总下载量: 22
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 8
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0
- 更新时间: 2021-05-31