]> git.proxmox.com Git - mirror_ifupdown2.git/blob - ifupdown2/docs.addons/source/gettingstarted.rst
Merge 'vlan filtering bridge + vxlan + mlag + vrr' support from internal
[mirror_ifupdown2.git] / ifupdown2 / docs.addons / source / gettingstarted.rst
1 Getting Started
2 ===============
3
4 Prerequisites
5 -------------
6 * python-ifupdown2-addons is currently only tested on debian wheezy
7 * python-ifupdown2-addons needs python version 2.6 or greater
8 * build depends on: python-stdeb (for deb builds), python-docutils (for rst2man)
9 * depends on python-gvgen package for printing interface graphs (this will be made optional in the future)
10 * optional dependency for template engine: python-mako
11 * python-ifupdown2-addons has an install dependency on python-ifupdown2
12
13 Building
14 --------
15 $git clone <ifupdown2 git url> ifupdown2
16
17 $cd ifupdown2/ifupdown2-addons
18
19 $./build.sh
20
21 Installing
22 ----------
23 install generated python-ifupdown2-addons-<ver>.deb using dpkg
24
25 $dpkg -i <python-ifupdown2-addons-<ver>.deb
26
27
28
29