Deliberations.be is a web application for citizens to consult official deliberations and publications from local authorities in Wallonia (Belgium). Built on the open-source Plone CMS and integrated with the iA.Delib deliberation management system, it streamlines administrative workflows and ensures compliance with regional legislation.
- Citizen Access: Browse deliberations and official publications from Walloon local authorities.
- Advanced Search: Filter by keywords, dates, and categories for precise results.
- eIDAS Timestamping: Manage publications with qualified electronic timestamps.
- Workflow Automation: Integration with iA.Délib for automated deliberation processes.
- Document Generation: Automatically generate publication-ready documents.
- Multi-Tenancy: Separate user and role management for each entity with customizable themes.
- Plone CMS: ≥ 6.1
- Python: ≥ 3.12
- Buildout: Installed in your environment
-
Clone the repository:
git clone https://github.com/IMIO/buildout.pm.portal.git cd buildout.pm.portal
-
Bootstrap Buildout:
python3 -m venv . bin/pip install -r requirements.txt
-
Configure Buildout:
Edit
buildout.cfg
to adjust settings as needed (e.g., database connection, add-ons,...). -
Run Buildout:
bin/buildout
-
Start the Plone Instance:
bin/instance fg
By default, the site will be available at
http://localhost:8080
.
User documentation is available at iA.Delib Documentation.
- Support iA.Delib: [email protected]
- Project Contact: Antoine Duchêne ([email protected])
Contributions are welcome! Please fork the repository and submit a pull request with your changes. Make sure to follow Plone coding standards and update relevant documentation.
This project is licensed under the GNU GPL-2.0. See the LICENSE file for details.