2017 © Pedro PelĆ”ez
 

drupal-module drupal_module_confessional

Proof of concept

image

seregatte/drupal_module_confessional

Proof of concept

  • Friday, December 8, 2017
  • by seregatte
  • Repository
  • 1 Watchers
  • 0 Stars
  • 13 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Drupal Alexa Integration, Proof of concept.

Drupal module used in a PHP Conference Brazil 2017 Keynote., (*1)

Requirements

  • PHP ^5.5.9
  • Composer
  • Docksal (Optional)

Instalation

Run:, (*2)

$ composer create-project drupal-composer/drupal-project:8.x-dev alexa-test --stability dev --no-interaction && cd alexa-test && composer require seregatte/drupal_module_confessional

You can run the project in your PHP favorite Stack, or... Install with docksal., (*3)

Instalation With Docksal

Run:, (*4)

$ composer create-project seregatte/drupal-composer-boilerplate alexa-test --stability dev --no-interaction && cd alexa-test && composer require seregatte/drupal_module_confessional && fin setdomain alexatest.docksal && fin init && fin drupal moi confessional

After that you have a full site acessible via http://alexatest.docksal/, (*5)

  • On instalation drupal will ask you for a admin password

Configuration

Access admin/config/services/alexa and put a alexa skill ID, showed in Amazon Developer Portal, (*6)

In resource's folder on this module there are some Uterrances and Intent Schema., (*7)

  • By default alexa module accept requests on /alexa/callback url, make sure that this url is accessible via internet. You can use ngrok for that or simply use fin share command if have you using docksal.

License

GPL-3.0+, (*8)

Author

JoĆ£o Paulo Seregatte Costa seregatte@gmail.com, (*9)

The Versions

08/12 2017

dev-master

9999999-dev

Proof of concept

  Sources   Download

GPL-3.0+

The Requires

  • drupal/alexa *

 

by JoĆ£o Paulo Seregatte Costa

08/12 2017

1.0.3

1.0.3.0

Proof of concept

  Sources   Download

GPL-3.0+

The Requires

  • drupal/alexa *

 

by JoĆ£o Paulo Seregatte Costa

08/12 2017

v1.0.2

1.0.2.0

Proof of concept

  Sources   Download

GPL-3.0+

The Requires

  • drupal/alexa *

 

by JoĆ£o Paulo Seregatte Costa

07/12 2017

v1.0.1

1.0.1.0

Proof of concept

  Sources   Download

MIT

The Requires

  • drupal/alexa *

 

by JoĆ£o Paulo Seregatte Costa

07/12 2017

v1.0.0

1.0.0.0

Proof of concept

  Sources   Download

GPL-3.0

by JoĆ£o Paulo Seregatte Costa