Commit aa899c56 authored by Rafael Monnerat's avatar Rafael Monnerat

Added draft description at top of each configuration file for describe

what is the propose of those files.



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36825 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 343d7f13
# Common configuration for public erp5 code (business templates and products)
# and provides standard repository sources (find-link) and default strucuture
# parts (create-directories)
[buildout]
find-links =
http://download.zope.org/distribution/
......
# Configuration file to define a standard deployment, without any instance
# This should create basic services needed by one ERP5 instance runs, like
# MySQL server, Oood and so on. For use This is needed build software in
# advance.
[buildout]
extends =
../instance-profiles/apache.cfg
......
# Configuration file to define a standard deployment, without any instance
# This should create basic services needed by one ERP5 instance runs, like
# MySQL server, Oood and so on. For use This is needed build software in
# advance.
[buildout]
extends =
../instance-profiles/apache.cfg
......
# Configuration file for create a standard developer instance. For use
# you should build software in advance.
[buildout]
extends = ../profiles/deployment.cfg
......
# Standard definition of where the softwares are located, this information
# is used when build appliacations instances.
[buildout]
var-directory = ${:directory}/var
etc-directory = ${:var-directory}/etc
......
# Configuration file for create a test envionment, this should
# contains everything required (including dependencies) to run
# all unit tests. For use this build software in advance.
[buildout]
extends = ../profiles/development.cfg
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment