2011-12-16 11:06:15 +01:00
|
|
|
|
2011-12-16 19:08:12 +01:00
|
|
|
bird-lg depend on :
|
2012-01-27 19:12:59 +01:00
|
|
|
- python-flask >= 0.8
|
2011-12-16 19:08:12 +01:00
|
|
|
- python-dnspython
|
2011-12-16 11:06:15 +01:00
|
|
|
|
|
|
|
|
2012-01-26 17:12:18 +01:00
|
|
|
On all bird nodes:
|
|
|
|
fill the config file lg-proxy.cfg by list all ips that can acces to the proxy
|
|
|
|
and start "python lg-proxy.py"
|
|
|
|
|
|
|
|
|
|
|
|
On frontend:
|
|
|
|
fill config file lg.cfg by list all bird nodes
|
|
|
|
and start "python lg.py"
|
|
|
|
|
|
|
|
|
|
|
|
Each service can by embeded in any webserver by follow regular python-flask configuration
|
2012-01-27 19:12:59 +01:00
|
|
|
|
|
|
|
|
|
|
|
Only tested with bird 1.2.5
|