内容へ移動
ClownWiki
ユーザ用ツール
ログイン
サイト用ツール
検索
ツール
文書の表示
以前のリビジョン
バックリンク
最近の変更
メディアマネージャー
サイトマップ
ログイン
>
最近の変更
メディアマネージャー
サイトマップ
トレース:
git:gitweb
この文書は読取専用です。文書のソースを閲覧することは可能ですが、変更はできません。もし変更したい場合は管理者に連絡してください。
====== gitweb ====== ===== theme ===== GitHub風のデザイン http://kogakure.github.com/gitweb-theme/ ===== Install ===== <code> # yum -y install gitweb # cd /usr/share/gitweb # view /etc/httpd/conf.d/git.conf </code> <code> Alias /git /usr/share/gitweb <Directory /usr/share/gitweb> Options +ExecCGI AddHandler cgi-script .cgi DirectoryIndex gitweb.cgi </Directory> </code> <code> # cd /usr/share/gitweb # git clone git://github.com/kogakure/gitweb-theme # vi /etc/gitweb.conf </code> <code> -) #our $projectroot = "/var/lib/git"; +) our $projectroot = "/var/tmp"; </code> <code> +) # URI of stylesheets +) our @stylesheets = ("gitweb-theme/gitweb.css"); +) # URI of a single stylesheet, which can be overridden in GITWEB_CONFIG. +) our $stylesheet = undef; +) # URI of GIT logo (72x27 size) +) our $logo = "gitweb-theme/git-logo.png"; +) # URI of GIT favicon, assumed to be image/png type +) our $favicon = "gitweb-theme/git-favicon.png"; +) # URI of gitweb.js (JavaScript code for gitweb) +) our $javascript = "gitweb-theme/gitweb.js"; </code> <code> # /etc/init.d/httpd reload </code>
git/gitweb.txt
· 最終更新: 2025/02/16 13:53 by
127.0.0.1
ページ用ツール
文書の表示
以前のリビジョン
バックリンク
文書の先頭へ