Getting Started#
This tutorial will guide you through setting up and running udala.tablon in a local Plone 6 environment.
1. Installation#
First, install the package in your Plone environment. If you're using uv and mxdev, add the package to your requirements.
uv pip install udala.tablon
2. Start the Instance#
Start the Zope instance:
make start
3. Install the Add-on in Plone#
Navigate to the Plone Control Panel (usually
http://localhost:8080/Plone/@@overview-controlpanel).Go to Add-ons.
Find Udala Tablon and click Install.
4. Configure Accreditation Service#
To make the accreditation system work, you need to configure it in the registry:
Go to the Udala Tablon control panel.
Enter the URL of the external accreditation endpoint.
Provide the
pkcs12certificate encoded in Base64 and its password.Set the
admin_emailwhere error notifications will be sent if the accreditation fails.
You are now ready to publish documents!