collective / training_buildout

Plone backend installation for the Mastering Plone Development Training
https://training.plone.org
4 stars 14 forks source link

Couldn't find index page for 'ploneconf.site' (maybe misspelled?) #20

Closed halt23 closed 2 years ago

halt23 commented 2 years ago

Hi i am following the mastering plone6 training. On:https://training.plone.org/5/mastering-plone/index.html#mastering-plone-label

I am trying to install plone on my computer and i am following these instructions for that: https://training.plone.org/5/plone_training_config/instructions.html

When I run the command to start building: ./bin/buildout it builds just fine but after a while building stops with this error: Couldn't find index page for 'ploneconf.site' (maybe misspelled?) my guess is that the problem is somewhere in the buildout.cfg of the original training repo: this one https://github.com/collective/training_buildout/tree/plone6. So the buildout.cfg/repo might be outdated but I have not found a new one.

hope someone has a solution. Thanks in advance

halt23 commented 2 years ago

the above issue got fixed by pull request #21.