-
Notifications
You must be signed in to change notification settings - Fork 0
/
deployment.cfg
52 lines (43 loc) · 1.19 KB
/
deployment.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
[buildout]
download-cache = /home/plone/dev/download-cache
extends = buildout.cfg
versions.cfg
versions_pinned.cfg
parts =
project
primary
chown
[versions]
[project]
recipe = infrae.subversion
urls =
http://svn.operun.de/svn/konferenz/konferenz.theme/trunk/ konferenz.theme
location = parts/project
as_eggs = true
[primary]
recipe = plone.recipe.zope2instance
user = admin:admin
http-address = 8855
effective-user = plone
debug-mode = off
verbose-security = off
zope-conf-additional =
<environment>
PTS_LANGUAGES de
</environment>
eggs =
${buildout:eggs}
${project:eggs}
zcml =
# This recipe is used to set permissions -- and ownership for root mode installs
# For options see http://pypi.python.org/pypi/plone.recipe.command
[chown]
recipe = plone.recipe.command
command =
chmod 600 .installed.cfg
find ${buildout:directory} -type d -name var -exec chown -R ${primary:effective-user} \{\} \;
find ${buildout:eggs-directory} -type d -name LC_MESSAGES -exec chown -R ${primary:effective-user} \{\} \;
find ${buildout:directory} -name runzope -exec chown ${primary:effective-user} \{\} \;
update-command = ${chown:command}
[users]
zope = plone