Girocco::Project: Fix syntax error in does_exist(), oops
[girocco.git] / INSTALL
blob44b2ba540e424b94d9fe6a830e606737d67aa366
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_CONFIG=Girocco::Config2
5         * In case you use Group permission control, edit jobs/fixupcheck.sh
6         * In case you do not use chroot, edit update-hook too
8 Make sure you have the submodules checked out:
10         git submodule update --init
12 THEN, do
14         make
16 which will do some preprocessing.
17 Now, you can do the installation itself:
19         make install
21 will then install Girocco according to Girocco::Config (you might need to be
22 root, depending on the exact settings).