software.cfg 679 Bytes
Newer Older
1 2
[buildout]
extends =
3
  ../../stack/erp5.cfg
4 5 6

versions = versions

7
parts +=
8 9 10
# Create instance template
  template

Łukasz Nowak's avatar
Łukasz Nowak committed
11 12 13 14 15
# XXX: Workaround of SlapOS limitation
# Unzippig of eggs is required, as SlapOS do not yet provide nicely working
# development / fast switching environment for whole software
unzip = true

16 17 18
[instance-recipe]
# Note: In case if specific instantiation recipe is used this is the place to
# put its name
19 20
egg = slapos.cookbook
module = erp5
21 22 23

[template]
# Default template for erp5 instance.
24
recipe = slapos.recipe.template
25
url = ${:_profile_base_location_}/instance.cfg
26
md5sum = 2a1445f3bcf30d8def43846317a4be5b
27 28
output = ${buildout:directory}/template.cfg
mode = 0644