Commit 8898a955 authored by Rafael Monnerat's avatar Rafael Monnerat

Improved english a little bit.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36830 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 76a0995a
# Common configuration for public erp5 code (business templates and products)
# and provides standard repository sources (find-link) and default strucuture
# parts (create-directories)
# Common configuration for public erp5 code (business templates and products).
# it also defines standard repository sources (find-link) and default structure
# parts (create-directories).
[buildout]
find-links =
......
# 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.
# This Configuration file is used to to define a standard deployment, without
# any create instances. This should create the basic services required for run
# one ERP5 instance, like MySQL server, Oood and so on. For use this configuration
# it is required build a software home previously.
[buildout]
extends =
......
# 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.
# This Configuration file is used to to define a standard deployment, without
# any create instances. This should create the basic services required for run
# one ERP5 instance, like MySQL server, Oood and so on. For use this configuration
# it is required build a software home previously.
[buildout]
extends =
../instance-profiles/apache.cfg
......
# Configuration file for create a standard developer instance. For use
# you should build software in advance.
# This Configuration file is used to create a standard instance for developers.
# You should build a software home before use this recipe.
[buildout]
extends = ../profiles/deployment.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