From dd99af48942d5d67941da212f99b61a3b82754ea Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 7 Feb 2010 17:15:56 +0100 Subject: caretaker-setup(7): Add section about deploying caretaker on a client --- man/7/caretaker-setup.pod | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'man/7/caretaker-setup.pod') diff --git a/man/7/caretaker-setup.pod b/man/7/caretaker-setup.pod index 394dd3f..4e64b4b 100644 --- a/man/7/caretaker-setup.pod +++ b/man/7/caretaker-setup.pod @@ -68,6 +68,22 @@ Example: soft .ssh/config ../$etc/config +=head1 ADDING A CLIENT + +Now that you have a package root and some packages, you might start to wonder +how to actually start using them on some machine. + +In theory, this is quite trivial. caretaker ships a B script in +F (again, you can get it from the bare repo with +C<< git cat-file blob master:examples/bootstrap >>). Execute the script to see +its help message, then execute it again with the proper arguments on the +machine on which you want to use caretaker and watch its output. + +With the terminology from the previous sections, in most cases you'll need +C<< ./bootstrap ssh://server/$PKG_ROOT >>. +If you deploy caretaker on the server containing the package root, +C<< ./bootstrap /$PKG_ROOT >> will suffice. + =head1 SEE ALSO checklinks(1), ct(1), caretaker(7) -- cgit v1.2.3