deployment-2.12.cfg 2.26 KB
Newer Older
1 2
# This Configuration file is used to to define a standard deployment, without 
# any create instances. This should create the basic services required for run 
3 4
# one ERP5 instance, like MySQL server, CloudOoo and so on. For use this
# configuration # it is required build a software home previously.
5

6 7
[buildout]
extends =
8
  ../instance-profiles/apache.cfg
9
  ../instance-profiles/cloudooo.cfg
10
  ../instance-profiles/kumo.cfg
Kazuhiko Shiozaki's avatar
sort.  
Kazuhiko Shiozaki committed
11
  ../instance-profiles/kvm.cfg
12
  ../instance-profiles/memcached.cfg
13 14
  ../instance-profiles/mysql-database.cfg
  ../instance-profiles/mysql.cfg
Kazuhiko Shiozaki's avatar
sort.  
Kazuhiko Shiozaki committed
15
  ../instance-profiles/sphinx.cfg
16
  ../instance-profiles/supervisor.cfg
17
  ../instance-profiles/testing.cfg
Kazuhiko Shiozaki's avatar
sort.  
Kazuhiko Shiozaki committed
18
  ../instance-profiles/testrunner.cfg
19
  ../instance-profiles/zeo.cfg
Kazuhiko Shiozaki's avatar
sort.  
Kazuhiko Shiozaki committed
20
  ../instance-profiles/zope-2.12.cfg
21 22 23
  common.cfg
  software-definition.cfg
  versions-2.12.cfg
24 25 26 27

parts =
  eggs
  mysql-instance
28
  cloudooo-instance
29
  supervisor-instance
30
  memcached-instance
31 32 33 34

versions = versions

[eggs]
35 36
recipe = zc.recipe.egg
scripts =
37 38
  mkzopeinstance
  runzope
Łukasz Nowak's avatar
Łukasz Nowak committed
39
  runzeo
40 41 42 43 44 45 46 47
eggs =
  Products.ExternalEditor
  lxml
  MySQL_python
  python_ldap
  PyXML
  SOAPpy
  cElementTree
48
  chardet
49 50 51 52 53 54
  elementtree
  erp5diff
  ipdb
  mechanize
  numpy
  ordereddict
55
  pycrypto
56 57 58
  paramiko
  ply
  pysvn
59
  python-magic
60 61 62 63
  python-memcached
  pytz
  threadframe
  timerserver
64
  urlnorm
65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100
  uuid
  xml_marshaller
  xupdate_processor
  feedparser

# Zope 2.12 with patched acquisition
  Zope2
  Acquisition

# Other Zope 2 packages
  Products.PluggableAuthService
  Products.PluginRegistry

# CMF 2.2
  Products.CMFActionIcons
  Products.CMFCalendar
  Products.CMFCore
  Products.CMFDefault
  Products.CMFTopic
  Products.CMFUid
  Products.DCWorkflow
  Products.GenericSetup
  five.localsitemanager

# Other products
    Products.DCWorkflowGraph
    Products.MimetypesRegistry
    Products.ExternalEditor
    Products.Zelenium

# Currently forked in our repository
#    Products.PortalTransforms
# Dependency for our fork of PortalTransforms
    StructuredText
extra-paths =
  ${itools:lib}
101 102 103 104 105 106 107

#[software-links]
#recipe = plone.recipe.command
#command =
#  ln -sf ${software_definition:software_home}/bin/python2.4 ${buildout:bin-directory}/python2.4
#  ln -sf ${software_definition:software_home}/bin/ipython2.4 ${buildout:bin-directory}/ipython2.4
#update-command = ${:command}