Templates for Plone projects by CodeSyntax
Project description
bobtemplates.cs
bobtemplates.cs provides a mr.bob template to generate packages for Plone projects using our customizations. This packages is based on bobtemplates.plone
Features
Package created with bobtemplates.cs use the current best-practices when creating an add-on.
Provided templates
cs_plone_buildout
cs_migration
cs_plone_buildout
This template provides a ready-to-use buildout template for Plone sites. It asks for a Plone version and configures the buildout with it.
The generated buildout provides configuration files for nginx and Apache, haproxy, varnish and logrotate.
It also creates cron jobs to pack your database and to restart the services when the server is rebooted.
cs_migration
This template adds some useful blueprints and a pipeline for a Transmogrifier based migration for Plone 5.
The provided pipeline will work with a collective.jsonify export out of the box.
We have been using the blueprints and the pipeline in several projects and found them very useful. To make the pipeline work correctly, you will need to adjust the created migration1.cfg file to provide the path of the export and adjust one or two parameters.
To get started with Transmogrifier, visit the training at https://training.plone.org/5/transmogrifier
You can run the migration from the command line, using the provided zopectl scripts, as follows. Inspect all the registered transmogrifier pipelines:
$ cd /path/to/your/buildout $ ./bin/instance list_migrations
Run the selected pipeline:
$ cd /path/to/your/buildout $ ./bin/instance run_migration my.package-step1
Compatibility
Add-ons created with bobtemplates.cs are tested to work in Plone 5 and Plone 5.1. They should also work with older versions but that was not tested. It should work on Linux, Mac and Windows.
Documentation
Full documentation for end users can be found in the “docs” folder.
Contribute
Issue Tracker: https://github.com/codesyntax/bobtemplates.cs/issues
Source Code: https://github.com/codesyntax/bobtemplates.cs
Documentation:
Support
If you are having issues, please let us know.
Changelog
1.4 (2021-10-21)
add egg option to the zeo part, to be able to do conflict-resolution [Mikel Larreategi <mlarreategi@codesyntax.com>]
[Mikel Larreategi <mlarreategi@codesyntax.com>]
[ci skip] [Mikel Larreategi <mlarreategi@codesyntax.com>]
1.3.1 (2021-08-31)
Fix user import blueprint (fullname) [erral]
1.3 (2021-08-30)
User migration blueprint and new version pins [erral]
update version pins [erral]
1.2.4 (2020-10-16)
Default to Plone 5.2.2 [erral]
Update version pins. [erral]
1.2.3 (2020-02-19)
Update haproxy [erral]
Use new Travis. [erral]
1.2.2 (2020-01-21)
Use += in buildout part eggs link to make hotfix installation from external versions file work [erral]
Update supervisor version pins. [erral]
1.2.1 (2019-05-15)
Remove ‘products’ directory registration for buildout recipe [erral]
update varnish control script in supervisor. [erral]
1.2 (2019-04-04)
Always cache Diazo rules in development [erral]
Enable WSGI [erral]
Update pinnings [erral]
Remove checkinterval calculation.
Python3 compatibility fixes [erral]
1.1.4 (2019-01-24)
Fix template registration [erral]
1.1.3 (2019-01-24)
Minor fixes in template registration. [erral]
1.1.2 (2019-01-16)
Bugfixes in migration subtemplate. [erral]
1.1.1 (2018-11-26)
Minor fix. [erral]
1.1 (2018-11-26)
Add a subtemplate with migration utils. [erral]
1.0.0 (2018-10-19)
Link to starzel buildout for hotfix installation [erral]
Improve docs [erral]
More tests [erral]
1.0b1 (2018-10-18)
No changes yet.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.