Git

Eclipse Egit

Integration in Eclipse mit EGit. Download unter http://www.eclipse.org/egit/. Die Software Update Site in Eclipse ist http://download.eclipse.org/egit/updates.

gitphp - nicht mehr weiterentwickelt

Download ehemals von www.gitphp.org. Entpacken nach /html/gitweb und:

# dir for repositories
cd /html/gitweb/
mkdir repositories
# permissions
cd /html/gitweb/gitphp
chown apache:apache templates_c

Konfiguration

gitphp.conf.php

$gitphp_conf['projectroot'] = '/html/gitweb/repositories/';

users.conf.php

$gitphp_users = array(
    array(
        'username' => 'someuser',
        'password' => 'somepassword'
    )
);

Im (Bare-) Git Repository in config einfügen

[gitphp]
    allowedusers = someuser

Anpassung

In css die *.min löschen, eigene *.css anlegen

Erstellt: 03/2023| Geändert: 03/2023