diff options
| author | Paul C. Buetow <paul@buetow.org> | 2014-04-15 21:11:59 +0200 |
|---|---|---|
| committer | Paul C. Buetow <paul@buetow.org> | 2014-04-15 21:11:59 +0200 |
| commit | 997d81221b547804527fc7ccac2ac2b7aed5b5b6 (patch) | |
| tree | 9a6e6a6656d5641b95cbfc798bc87391d7cd06e7 | |
| parent | 03467546a737c1605e3c51f2f0654cef5c1b4fb3 (diff) | |
add note about iControl download and installation
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | docs/fapi.pod | 8 | ||||
| -rw-r--r-- | fapi.conf.sample | 1 |
3 files changed, 11 insertions, 0 deletions
@@ -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<https://devcentral.f5.com/d/bigsuds-python-icontrol-library> + +Unzip it and run + + sudo python setyp.py install + =head1 iControl reference L<https://devcentral.f5.com/wiki/icontrol.apireference.ashx> 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 |
