daemons/repod.sh: Introduce, invokes update.sh and gc.sh in infinite loop
[girocco.git] / INSTALL
blobf57839562cdcfbe34a2c7f299523d925795f27cd
1 FIRST, you need to configure Girocco:
2         * Edit Girocco/Config.pm
3         * Alternatively to above, copy over to and edit Girocc/Config2.pm and
4           run make and make install with GIROCCO_CONF=Girocco::Config2
5         * In case you use Group permission control, edit jobs/fixupcheck.sh
7 Make sure you have the submodules checked out:
9         git submodule update --init
11 THEN, do
13         make
15 which will do some preprocessing.
16 Now, you can do the installation itself:
18         make install
20 will then install Girocco according to Girocco::Config (you might need to be
21 root, depending on the exact settings).
23 If you use the mirror mode, you must make sure cloned.pl is kept running.
24 At any rate, you should make sure repod.sh is kept running, it takes care
25 of updating mirrored repositories and keeping all repositories neat and
26 packed.