plone / plone.distribution

Plone distribution support
GNU General Public License v2.0
2 stars 1 forks source link

Missing explanation on how to import content #55

Open pgrunewald opened 4 months ago

pgrunewald commented 4 months ago

There is already a explanation on how to export content (via @@dist_export_all). But it would be great to have a documentation for @@dist_import_all.

For the moment it does not work for me (content.json, portal.json). Better create a full new site?

fredvd commented 1 week ago

The @@dist_export_all view has been deprecated and there is a stand alone terminal command now, see the documentation.

I'm not sure if the content import step is supposed to be called separately. The whole idea is that a distribution sets up the site with the correct settings, add'ons, pre handler, THEN imports the content. The content without a preconfigured site is not the primary concern of plone.distribution (but maybe of plone.exportimport, if you know what you are doing).