summaryrefslogtreecommitdiff
path: root/man/7/caretaker-setup.pod
blob: d59a0a2f0c2992439b32ae2aca2a82b002627c46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
=head1 NAME

caretaker - Package root setup

=head1 PACKAGE ROOT

First, you'll need to create a root directory (from now on PKG_ROOT) on the
server which shall from now on host all your packages.
Then you need to put the caretaker git repository into F<PKG_ROOT/caretaker> - it's recommended
to do this via git clone --bare.

Copy the pkglist script (include/pkglist) to F<PKG_ROOT/pkglist>.

Now you can add your own packages as git repos in PKG_ROOT.

To use caretaker with your packages on a machine, download and execute
the bootstrap script (include/bootstrap).