From 997d81221b547804527fc7ccac2ac2b7aed5b5b6 Mon Sep 17 00:00:00 2001 From: "Paul C. Buetow" Date: Tue, 15 Apr 2014 21:11:59 +0200 Subject: add note about iControl download and installation --- Makefile | 2 ++ docs/fapi.pod | 8 ++++++++ fapi.conf.sample | 1 + 3 files changed, 11 insertions(+) diff --git a/Makefile b/Makefile index db17930..0e5779e 100644 --- a/Makefile +++ b/Makefile @@ -43,3 +43,5 @@ clean-top: rm ../$(NAME)_*.deb dput: dput -u wheezy-buetowdotorg ../$(NAME)_$$(cat ./.version)_amd64.changes +dput-debrepo: + dput -u incoming-debrepo ../$(NAME)_$$(cat ./.version)_amd64.changes diff --git a/docs/fapi.pod b/docs/fapi.pod index 54c7189..844e7cb 100644 --- a/docs/fapi.pod +++ b/docs/fapi.pod @@ -27,6 +27,14 @@ because it's shorter to type. This tool depends on bigsuds. Please install this library from F5 dev central manually. Otherwise this script will not work. +You can download bigsuds from here: + +L + +Unzip it and run + + sudo python setyp.py install + =head1 iControl reference L diff --git a/fapi.conf.sample b/fapi.conf.sample index a43b982..57216ea 100644 --- a/fapi.conf.sample +++ b/fapi.conf.sample @@ -1,3 +1,4 @@ +# Save and modify it to ~/.fapi.conf [fapi] username: paul password64: SECRET -- cgit v1.2.3