diff --git a/buildout/README.txt b/buildout/README.txt new file mode 100644 index 0000000000000000000000000000000000000000..8541bd23fa495dd4c79659b9b7c7d7a0ee9e77d3 --- /dev/null +++ b/buildout/README.txt @@ -0,0 +1,20 @@ +ERP5 buildout +============= + +This is ERP5 buildout. It contains all software components required to build +and run ERP5 on operating system, which provides compiler, some widespread used +binaries and development files (headers and libraries). + +How to run +---------- + +Checkout: https://svn.erp5.org/repos/public/erp5/trunk/buildout/ +Bootstrap: python bootstrap/bootstrap.py +Run buildout: bin/buildout + +It will install required software and configure it locally, up to ERP5 site +with some Business Templates. By default it will use local python, MySQL, +Zope, etc. + +Choosing and modifying proper profile allows to control how much software will +be build in place.