-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
57 lines (34 loc) · 1.08 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
.. contents:: Table of Contents
:depth: 2
tangrama.base.buildout
************************
Overview
--------
This is the base buildout for projects.
Requirements
------------
- Python >=2.4 (http://www.python.org/download/releases)
- Plone >=3.x (http://plone.org/products/plone)
Installation
------------
To enable this product,on a buildout based installation:
1. Make clone a buildout::
$ git clone [email protected]:simplesconsultoria/sample.git
3. Add in your buildout the **extends**::
[buildout]
...
extends = https://raw.github.com/simplesconsultoria/tangrama.base.buildout/master/tangrama.cfg
...
4. Modify and custom your buildout.cfg if necessary adding or removing parameters, eg::
...
eggs += my.package
[instance]
zodb-cache-size = 15000
...
5. Run::
$ python bootstrap.py
$ ./bin/buildout -Nv -t 30
Credits
-------
* Simples Consultoria (products at simplesconsultoria dot com dot br) -
Implementation