@interaktivgmbh/volto-recommendations

1.0.4 • Public • Published

interaktiv.recommendations

Python Version

Interaktiv Recommendations plone package.

Table of contents

  1. Installation
    1. Add the recommendation package to the backend
    2. Add the recommendation package to the frontend (Volto only)
    3. Get packages
  2. How to enable the recommendations
    1. Enable recommendations behavior
    2. Update recommendations index
  3. Copyright and License

Installation

1. Add the recommendations package to the backend

File: buildout.cfg

[sources]
...
interaktiv.recommendations = git git@github.com:interaktivgmbh/interaktiv.recommendations.git branch=main
eggs =
    ...
    interaktiv.recommendations

2. Add the recommendations package to the frontend (Volto only)

File: package.json

  "dependencies": {
    "@interaktivgmbh/volto-recommendations": "*"
  }

  "addons": [
    "@interaktivgmbh/volto-recommendations"
  ]

3. Get packages

Backend/Plone Classic:

$ ./bin/buildout

Frontend/Volto:

$ yarn install

Enable the recommendations

1. Enable recommendations behavior

Enable the recommendations behavior on a contenttype of your choice via controlpanel /@@dexterity-types.

2. Update recommendations index

Plone Classic:

Open /@@recommendations_settings and click on the Refresh-Button.

Volto:

Open /controlpanel/recommendations and click on the Refresh-Button.

Copyright and License

Author: Interaktiv GmbH - https://interaktiv.de

Copyright (c) 2023, Interaktiv GmbH

See LICENSE.md for details.

Package Sidebar

Install

npm i @interaktivgmbh/volto-recommendations

Weekly Downloads

5

Version

1.0.4

License

MIT

Unpacked Size

222 kB

Total Files

40

Last publish

Collaborators

  • interaktivgmbh