Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to install step-by-step on Plone 6 with volto #187

Open
davidribeiro05 opened this issue Aug 3, 2024 · 4 comments
Open

How to install step-by-step on Plone 6 with volto #187

davidribeiro05 opened this issue Aug 3, 2024 · 4 comments

Comments

@davidribeiro05
Copy link

  • EasyNewsletter version:
  • Plone Version:
  • Python version: 3.7
  • Operating System: Linux

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

Paste the command(s) you ran and the output.
If there was a crash, please include the traceback here.
@MrTango
Copy link
Contributor

MrTango commented Aug 3, 2024

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.

@davidribeiro05
Copy link
Author

I'm new to the Plone universe. Could you tell me the steps to install the addon? I will test using the classic interface

@MrTango
Copy link
Contributor

MrTango commented Aug 7, 2024

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

@MrTango
Copy link
Contributor

MrTango commented Aug 7, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants