Skip to content

Commit

Permalink
Add buildout.cfg example
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed Oct 13, 2015
1 parent f9f47a2 commit 033e264
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions instance/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,24 @@ a rebuild when the docker container is created and might cause a few seconds of

$ docker run -v /path/to/your/configuration/file:/opt/zope/buildout.cfg eeacms/plone

**buildout.cfg**

[buildout]
extends = base.cfg

parts +=
zopepy

[instance]
eggs +=
eea.facetednavigation

[zopepy]
recipe = zc.recipe.egg
eggs = ${instance:eggs}
interpreter = zopepy


You are able to start a container with your custom `buildout` configuration with the mention
that it must be mounted at `/opt/zope/buildout.cfg` inside the container. Keep in mind
that this option will trigger a rebuild at container creation and might cause delay, based on your
Expand Down

0 comments on commit 033e264

Please sign in to comment.