I hope someone can help me out, first let me start saying that I'm not a developer or have developer knowledge
I installed Plone on my Mac M1 using docker and following the installation instructions that I found on the web, this works fine and I was able to start editing our site - no problems there
First problem appeared when trying to install the Onlyoffice Pluging, cause I started to see references to a file called buildout.cfg (which I didn't found anywhere), so I give-up with Onlyoffice after I couldn't solve the error "DocumentServer not accessible"
Now, I need to migrate what I have on my Mac to a different server (docker as well), and again I found that I need to make changes to buildout.cfg, which means that I reached a road end.
I will appreciate any help to solve the migration issue I'm facing, and if this also help-me out with the onlyoffice plugin, even better !!!
Carlos via Plone Community wrote at 2023-8-3 16:59 +0000:
...
First problem appeared when trying to install the Onlyoffice Pluging, cause I started to see references to a file called buildout.cfg (which I didn't found anywhere), so I give-up with Onlyoffice after I couldn't solve the error "DocumentServer not accessible"
You did not tell us which Plone version you target.
Up to Plone version 5, Plone used buildout by default as build system.
With Plone version 6, buildout can still be used but the default
is something else.
Therefore, older installation instructions (e.g. for extensions)
likely refer to the buildout configuration file buildout.cfg.
But, you may not find this configuration file in Plone 6 installations
(and sometimes also not in older Plone installations).
Carlos via Plone Community wrote at 2023-8-3 18:58 +0000:
If Plone 6 does not need to use Buildout, how should I proceed to do the export/import and the onlyoffice plugin installation?
I have read (in this discussion list) that Plone 6 no longer
uses buildout by default. But I have not tried Plone 6 myself
and therefore cannot answer your question.
Likely, you will find information in the Plone 6 documentation.