equal
deleted
inserted
replaced
1 .. _overriding: |
1 .. _overriding: |
2 |
|
3 |
2 |
4 Overriding PyAMS features |
3 Overriding PyAMS features |
5 ========================= |
4 ========================= |
|
5 |
|
6 |
|
7 To Overriding PyAMS feature you need to retrieve sources and install the source code packages |
|
8 |
|
9 1) Clone the package repository |
|
10 |
|
11 .. code-block:: |
|
12 |
|
13 hg clone http://hg.ztfy.org/pyams/<pyams_packages> |
|
14 |
|
15 2) Run Bootstrap script provided |
|
16 |
|
17 .. code-block:: |
|
18 |
|
19 ./bootstrap.py |
|
20 |
|
21 3) Execute buildout |
|
22 |
|
23 .. code-block:: |
|
24 |
|
25 ./bin/buildout |