Skip to content

Commit

Permalink
INSTALL: fix example with plone.recipe.zope2instance (#1080)
Browse files Browse the repository at this point in the history
plone.recipe.zope2instance needs eggs to be defined, otherwise it
tries to install an egg with the name as the section name, which in
the case of `zopeinstance` does not exist.

    Installing zopeinstance.
    Couldn't find index page for 'zopeinstance' (maybe misspelled?)
    Getting distribution for 'zopeinstance'.
    Couldn't find index page for 'zopeinstance' (maybe misspelled?)
    While:
      Installing zopeinstance.
      Getting distribution for 'zopeinstance'.
    Error: Couldn't find a distribution for 'zopeinstance'.
  • Loading branch information
perrinjerome committed Dec 17, 2022
1 parent 7cabab7 commit 4088452
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/INSTALL.rst
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ options, please see the
[zopeinstance]
recipe = plone.recipe.zope2instance
eggs =
user = admin:adminpassword
http-address = 8080
zodb-temporary-storage = off
Expand Down

0 comments on commit 4088452

Please sign in to comment.