Skip to main content

Interaktiv Recommendations product.

Project description

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: mrs.developer.json

{
  "volto-recommendations": {
    "url": "git@github.com:interaktivgmbh/volto-recommendations.git",
    "path": "src",
    "package": "@interaktiv/volto-recommendations",
    "branch": "main"
  }
}

File: package.json

  "addons": [
    "@interaktiv/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) 2022, Interaktiv GmbH

See LICENSE.md for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

interaktiv.recommendations-1.0.1.tar.gz (90.0 kB view hashes)

Uploaded Source

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page