summaryrefslogtreecommitdiff
path: root/docs/fapi.txt
diff options
context:
space:
mode:
authorPaul C. Buetow <paul@buetow.org>2014-04-15 21:41:42 +0200
committerPaul C. Buetow <paul@buetow.org>2014-04-15 21:41:42 +0200
commit8058b27c32024cdf7d003628a3df819ceff42c38 (patch)
tree8486e932e89b4e03ab9ee374f4a5d27ea22e6e90 /docs/fapi.txt
parent344182b738269b6e0b4b949e5b06e616f81afce8 (diff)
more documentation
Diffstat (limited to 'docs/fapi.txt')
-rw-r--r--docs/fapi.txt25
1 files changed, 21 insertions, 4 deletions
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:
+
<https://devcentral.f5.com/wiki/icontrol.apireference.ashx>
-Project Homepage
- See <http://fapi.buetow.org>
+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 - <paul@buetow.org>
+ Also see <http://fapi.buetow.org>
+