diff options
| author | Paul C. Buetow <paul@buetow.org> | 2014-04-15 21:41:42 +0200 |
|---|---|---|
| committer | Paul C. Buetow <paul@buetow.org> | 2014-04-15 21:41:42 +0200 |
| commit | 8058b27c32024cdf7d003628a3df819ceff42c38 (patch) | |
| tree | 8486e932e89b4e03ab9ee374f4a5d27ea22e6e90 /docs/fapi.1 | |
| parent | 344182b738269b6e0b4b949e5b06e616f81afce8 (diff) | |
more documentation
Diffstat (limited to 'docs/fapi.1')
| -rw-r--r-- | docs/fapi.1 | 37 |
1 files changed, 30 insertions, 7 deletions
diff --git a/docs/fapi.1 b/docs/fapi.1 index c3e64c3..2db3df6 100644 --- a/docs/fapi.1 +++ b/docs/fapi.1 @@ -156,8 +156,10 @@ or .Ve .PP because it's shorter to type. -.SH "Requirement of bigsuds" -.IX Header "Requirement of bigsuds" +.SH "bigsuds" +.IX Header "bigsuds" +.SS "Requirement of bigsuds" +.IX Subsection "Requirement of bigsuds" This tool depends on bigsuds. Please install this library from F5 dev central manually. Otherwise this script will not work. .PP @@ -170,12 +172,33 @@ Unzip it and run .Vb 1 \& sudo python setyp.py install .Ve -.SH "iControl reference" -.IX Header "iControl reference" +.SS "iControl reference" +.IX Subsection "iControl reference" +Through bigsuds you can do everything what iControl can do: +.PP <https://devcentral.f5.com/wiki/icontrol.apireference.ashx> -.SH "Project Homepage" -.IX Header "Project Homepage" -See <http://fapi.buetow.org> +.SH "Quick start" +.IX Header "Quick start" +.SS "Installing" +.IX Subsection "Installing" +Update your sources list: +.PP +.Vb 4 +\& curl http://deb.buetow.org/apt/pubkey.gpg | sudo apt\-key add \- +\& echo \*(Aqdeb http://deb.buetow.org/apt wheezy main\*(Aq > \e +\& /etc/apt/sourcees.list.d/buetoworg.list +\& aptitude update +.Ve +.PP +And run +.PP +.Vb 3 +\& aptitude install fapi +\& cp /usr/share/fapi/fapi.conf.sample ~/.fapi.conf +\& vim ~/.fapi.conf +.Ve .SH "AUTHOR" .IX Header "AUTHOR" Paul C. Buetow \- <paul@buetow.org> +.PP +Also see <http://fapi.buetow.org> |
