-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeployment.cfg
More file actions
executable file
·23 lines (20 loc) · 962 Bytes
/
deployment.cfg
File metadata and controls
executable file
·23 lines (20 loc) · 962 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Buildout Configuration File for Deployment Environment
[buildout]
extends =
buildout.cfg
# 02-administration-04-workflow.cfg
parts +=
zodatabase
# Buildout recipe to copy data from one place to another via rsync.
# For options see http://pypi.python.org/pypi/collective.recipe.rsync
[zodatabase]
recipe = collective.recipe.rsync
# The source argument to pass to rsync, e.g. user@somehost.com:/srv/client/var/filestorage/Data.fs
source = ${buildout:directory}/var/filestorage/iute/Data.fs
# The destination argument to pass to rsync, e.g. ${buildout:directory}/var/filestorage/Data.fs
target = ${hosts:user}@${hosts:dns}:${buildout:directory}/var/filestorage/iute/Data.fs
# TODO check this products for the define a nice method for Deployment
# http://plone.org/products/collective.migrator
# http://plone.org/products/collective.hostout
# http://plone.org/products/collective.recipe.rsync
# http://plone.org/products/collective.recipe.funkload