server:joel:gitweb:installation
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen der Seite angezeigt.
| Beide Seiten, vorherige ÜberarbeitungVorherige Überarbeitung | |||
| server:joel:gitweb:installation [2012/12/12 17:34] – benh | server:joel:gitweb:installation [Datum unbekannt] (aktuell) – gelöscht - Externe Bearbeitung (Datum unbekannt) 127.0.0.1 | ||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| - | ====== gitweb (git.feggm.de) ====== | ||
| - | ===== Installation ===== | ||
| - | - install package through repository\\ <code bash> | ||
| - | - create web-directory\\ <code bash> | ||
| - | - create soft-link for gitweb.cgi\\ <code bash>ln -s / | ||
| - | - copy gitweb files to web-directory\\ <code bash>cp -a / | ||
| - | - enable apache rewrite module\\ <code bash> | ||
| - | - create vhost config-file\\ <code bash>vi / | ||
| - | * [[server: | ||
| - | - enable virtual host\\ <code bash> | ||
| - | - add apache-user (e.g. www-data) to git-group (e.g. git) | ||
| - | - create softlink to public repo\\ <code bash>ln -s / | ||
| - | - add a description to the repository\\ <code bash>vi / | ||
| - | - set owner of repository\\ <code bash>vi / | ||
| - | * < | ||
| - | owner = "Your name"</ | ||
| - | - restart apache\\ < | ||
| - | |||
| - | < | ||
| - | |||
| - | ===== Custom Theme ===== | ||
| - | <code bash> | ||
| - | cd / | ||
| - | git clone https:// | ||
| - | cd static | ||
| - | mv gitweb.css gitweb_original.css | ||
| - | mv gitweb.js gitweb_original.js | ||
| - | mv git-logo.png git-logo_original.png | ||
| - | mv git-favicon.png git-favicon_original.png | ||
| - | ln -s ../ | ||
| - | ln -s ../ | ||
| - | ln -s ../ | ||
| - | ln -s ../ | ||
| - | </ | ||
| - | < | ||
| - | |||
| - | |||
server/joel/gitweb/installation.1355330053.txt.gz · Zuletzt geändert: (Externe Bearbeitung)
