Open davidribeiro05 opened 3 months ago
Hi, there is currently only a UI for Plone 6 classic UI. For Volto one would need to build front-end components and we probably need to add a view Rest-API endpoints. Let me know if you want to go forward with that and need assistance. But before that maybe try out the addon with plone 6 classic UI, to get a feeling of what it can do and if it fit's your needs.
I'm new to the Plone universe. Could you tell me the steps to install the addon? I will test using the classic interface
Hi, if you have a working Plone installation with Volto, you can just add a new classic Plone site from http://localhost:8080/. If not the fastes way might be to checkout this repo and run the following commands inside the repo.
plonecli build serve
if you don't have plonecli installed, you do it via pip.
pip install plonecli
without plonecli the steps are:
python3 -m venv venv
./venv/bin/pip install -r requirements.txt
./venv/bin/buildout bootstrap
./bin/buildout
./bin/instance fg
Description
Describe what you were trying to get done. Tell us what happened, what went wrong, and what you expected to happen.
I'm a new Plone developer. How can I install the Product Newsletter in Plone 6?
What I Did