Skip to content

Latest commit

 

History

History
74 lines (55 loc) · 1.89 KB

README.md

File metadata and controls

74 lines (55 loc) · 1.89 KB

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 [email protected]: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:
```shell
$ ./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.