Created
July 7, 2021 01:45
-
-
Save pigeonflight/bc0488a8f9a550c986ee4118972dc2e0 to your computer and use it in GitHub Desktop.
Valid buildout.cfg for Senaite LIMS July 6, 2021
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[buildout] | |
extends = | |
base.cfg | |
versions.cfg | |
# http://dist.plone.org/release/4.3.19/versions.cfg | |
# If you change your Plone version, you'll also need to update | |
# the repository link below. | |
find-links += | |
http://dist.plone.org/release/4.3.19 | |
effective-user = senaite | |
# This user will own the rest of the installation, and should be used to | |
# run buildout. | |
buildout-user = senaite | |
need-sudo = no | |
eggs = | |
Plone | |
Pillow | |
senaite.lims | |
simplejson | |
zcml = | |
# plone.reload | |
develop = | |
# src/my.package | |
var-dir=${buildout:directory}/var | |
backups-dir=${buildout:var-dir} | |
user=admin:admin | |
deprecation-warnings = off | |
verbose-security = off | |
parts = | |
instance | |
repozo | |
backup | |
zopepy | |
unifiedinstaller | |
[instance] | |
<= instance_base | |
recipe = plone.recipe.zope2instance | |
http-address = 8080 | |
[versions] | |
zc.buildout = | |
setuptools = | |
Pillow = 5.1.0 | |
cssselect2 = 0.2.2 | |
soupsieve = 1.9.5 | |
Werkzeug = 0.15.6 | |
buildout.sanitycheck = 1.0.2 | |
collective.recipe.backup = 4.0 | |
plone.recipe.unifiedinstaller = 4.3.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment