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