diff options
Diffstat (limited to 'docs/fapi.txt')
| -rw-r--r-- | docs/fapi.txt | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/docs/fapi.txt b/docs/fapi.txt index bcbf496..ebc7dc1 100644 --- a/docs/fapi.txt +++ b/docs/fapi.txt @@ -51,13 +51,13 @@ QUICK START 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 + echo deb http://deb.buetow.org/apt wheezy main | + sudo tee /etc/apt/sourcees.list.d/buetoworg.list + sudo aptitude update And run - aptitude install fapi + sudo aptitude install fapi cp /usr/share/fapi/fapi.conf.sample ~/.fapi.conf vim ~/.fapi.conf @@ -152,6 +152,11 @@ EXAMPLES # vserver name is foo, its virtual address 1.2.3.4 and port is 80 f vserver foo:1.2.3.4:80 create + # vserver name is 1.2.3.5, its virtual address 1.2.3.4 and port is 80 + f vserver 1.2.3.5:1.2.3.4:80 create + + Similar may apply to other object types such as nodes and vips. + AUTHOR Paul C. Buetow - <paul@buetow.org> |
