File: gettingstarted.rst

package info (click to toggle)
ifupdown2 3.0.0-1.3
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,088 kB
  • sloc: python: 24,681; sh: 476; makefile: 215
file content (27 lines) | stat: -rw-r--r-- 639 bytes parent folder | download | duplicates (3)
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
Getting Started
===============

Prerequisites
-------------
* python-ifupdown2 is currently only tested on debian wheezy
* python-ifupdown2 needs python version 2.6 or greater
* Depends on: python-stdeb (for deb builds), python-docutils
  (for rst2man), 'python-ipaddr'
* Depends on python-gvgen package for printing interface graphs (this will be made optional in the future)
* Optional dependency for template engine: python-mako


Building
--------
$git clone <ifupdown2 git url> ifupdown2

$cd ifupdown2/ifupdown2

$./build.sh

Installing
----------
install generated python-ifupdown2-<ver>.deb

$dpkg -i <python-ifupdown2-<ver>.deb