Ground Sunlight

Windowsで作る - PHPプログラミングの開発環境

ユーザ用ツール

サイト用ツール


git2:server:git-web

差分

このページの2つのバージョン間の差分を表示します。

この比較画面にリンクする

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
git2:server:git-web [2020/06/05 08:49]
y2sunlight [GitWebへのアクセス]
git2:server:git-web [2020/06/16 15:28] (現在)
y2sunlight [Apacheの設定]
行 16: 行 16:
   * [[git2:server|Gitサーバーの構築 - Gitデーモン/Smart HTTP]]   * [[git2:server|Gitサーバーの構築 - Gitデーモン/Smart HTTP]]
   * Gitサーバーの構築 - Git Web   * Gitサーバーの構築 - Git Web
-  * [[git:client:windows|Git Windowsクライアント]]+  * [[git2:client:windows|Git Windowsクライアント]]
  
 リンク リンク
行 100: 行 100:
             Require host localhost             Require host localhost
             Require ip 127.0.0.1             Require ip 127.0.0.1
-            Require ip 192.168.11.0/24+            Require ip 192.168.1.0/24
         </RequireAny>         </RequireAny>
  
行 119: 行 119:
   * ''/var/www/git'' 下でCGIが動くようにして、''gitweb.cgi'' をインデックスに指定します。   * ''/var/www/git'' 下でCGIが動くようにして、''gitweb.cgi'' をインデックスに指定します。
   * ''/git'' と ''/gitweb'' の両方で同じアクセス制御ができるように ''LocationMatch'' を変更します。   * ''/git'' と ''/gitweb'' の両方で同じアクセス制御ができるように ''LocationMatch'' を変更します。
 +
 +編集が終わったら、Apacheを再起動します。
 +
 +<code>
 +systemctl restart httpd
 +</code>
  
 \\ \\
行 127: 行 133:
  
 <code> <code>
-http://localhost/gitweb/        # Gitサーバーから +http://192.168.1.100/gitweb/  IPアドレスは適宜変更して下さい
-Or +
-http://192.168.1.100/gitweb/    LAN内から+
 </code> </code>
  
 +[{{:git2:server:gitweb01.png?nolink|}}]
 +■ ロポジトリの一覧が表示されます。
 +■ プロジェクト( ここでは ''sandbox.git'' )をクリックして下さい。
  
 +[{{:git2:server:gitweb02.png?nolink|}}]
 +■ プロジェクトの summary が表示されます。\\ 
 +■ summaryの他に shortlog, log, commit, commitdiff, tree の表示が出来ます
  
 \\ \\
  
git2/server/git-web.1591314541.txt.gz · 最終更新: 2020/06/05 08:49 by y2sunlight