Skip to content

Latest commit

 

History

History
57 lines (34 loc) · 1.08 KB

README.rst

File metadata and controls

57 lines (34 loc) · 1.08 KB

This is the base buildout for projects.

To enable this product,on a buildout based installation:

  1. Make clone a buildout:

    $ git clone [email protected]:simplesconsultoria/sample.git
    
  1. Add in your buildout the extends:

    [buildout]
    ...
    
    extends = https://raw.github.com/simplesconsultoria/tangrama.base.buildout/master/tangrama.cfg
    
    ...
    
  2. Modify and custom your buildout.cfg if necessary adding or removing parameters, eg:

    ...
    
    eggs += my.package
    
    [instance]
    zodb-cache-size = 15000
    
    ...
    
  3. Run:

    $ python bootstrap.py
    $ ./bin/buildout -Nv -t 30
    
  • Simples Consultoria (products at simplesconsultoria dot com dot br) - Implementation