From 8058b27c32024cdf7d003628a3df819ceff42c38 Mon Sep 17 00:00:00 2001 From: "Paul C. Buetow" Date: Tue, 15 Apr 2014 21:41:42 +0200 Subject: more documentation --- docs/fapi.txt | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) (limited to 'docs/fapi.txt') diff --git a/docs/fapi.txt b/docs/fapi.txt index d7c6a4b..b428d34 100644 --- a/docs/fapi.txt +++ b/docs/fapi.txt @@ -20,7 +20,8 @@ Synopsis because it's shorter to type. -Requirement of bigsuds +bigsuds + Requirement of bigsuds This tool depends on bigsuds. Please install this library from F5 dev central manually. Otherwise this script will not work. @@ -32,12 +33,28 @@ Requirement of bigsuds sudo python setyp.py install -iControl reference + iControl reference + Through bigsuds you can do everything what iControl can do: + -Project Homepage - See +Quick start + Installing + Update your sources list: + + curl http://deb.buetow.org/apt/pubkey.gpg | sudo apt-key add - + echo 'deb http://deb.buetow.org/apt wheezy main' > \ + /etc/apt/sourcees.list.d/buetoworg.list + aptitude update + + And run + + aptitude install fapi + cp /usr/share/fapi/fapi.conf.sample ~/.fapi.conf + vim ~/.fapi.conf AUTHOR Paul C. Buetow - + Also see + -- cgit v1.2.3