You should have Open Y Virtual Y modules installed. See https://github.com/ymcatwincities/openy_gated_content.
With Composer 2+ the installation should be as simple as composer require fivejars/vyva
.
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
.
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