instaweb

NAME

git-instaweb - Instantly browse your working repository in gitwebgit-instaweb - gitwebで作業中のリポジトリを即座に閲覧する

SYNOPSIS概要

git instaweb [--local] [--httpd=<httpd>] [--port=<port>]
               [--browser=<browser>]
git instaweb [--start] [--stop] [--restart]

DESCRIPTION説明

A simple script to set up gitweb and a web server for browsing the local repository.設定する簡単なスクリプトとgitwebローカルリポジトリを閲覧するためのWebサーバ。

OPTIONSオプション

-l
--local - 地元

Only bind the web server to the local IP (127.0.0.1).WebサーバーをローカルIP(127.0.0.1)にのみバインドします。

-d
--httpd

The HTTP daemon command-line that will be executed. Command-line options may be specified here, and the configuration file will be added at the end of the command-line. Currently apache2, lighttpd, mongoose, plackup, python and webrick are supported. (Default: lighttpd)実行されるHTTPデーモンのコマンドライン。ここでコマンドラインオプションを指定することができ、設定ファイルはコマンドラインの最後に追加されます。現在apache2、lighttpd、mongoose、plackup、python、およびwebrickがサポートされています。(デフォルト:lighttpd)

-m
--module-path

The module path (only needed if httpd is Apache). (Default: /usr/lib/apache2/modules)モジュールパス(httpdがApacheの場合にのみ必要)(デフォルト:/ usr / lib / apache2 / modules)

-p
--port - 港

The port number to bind the httpd to. (Default: 1234)httpdをバインドするポート番号。(デフォルト:1234)

-b
--browser - ブラウザ

The web browser that should be used to view the gitweb page. This will be passed to the git web{litdd}browse helper script along with the URL of the gitweb instance. See git-web{litdd}browse[1] for more information about this. If the script fails, the URL will be printed to stdout.gitwebページを見るために使われるべきウェブブラウザ。これはgitwebインスタンスのURLと共にgit web {litdd}ブラウズヘルパースクリプトに渡されます。これに関するより詳しい情報はgit-web {litdd} browse [1]参照してください。スクリプトが失敗すると、URLは標準出力に出力されます。

start 開始
--start - 開始

Start the httpd instance and exit. Regenerate configuration files as necessary for spawning a new instance.httpdインスタンスを起動して終了します。新しいインスタンスを生成するために必要に応じて設定ファイルを再生成します。

stop やめる
--stop - やめる

Stop the httpd instance and exit. This does not generate any of the configuration files for spawning a new instance, nor does it close the browser.httpdインスタンスを停止して終了します。これは新しいインスタンスを生成するための設定ファイルを生成することも、ブラウザを閉じることもしません。

restart 再起動
--restart - 再起動

Restart the httpd instance and exit. Regenerate configuration files as necessary for spawning a new instance.httpdインスタンスを再起動して終了します。新しいインスタンスを生成するために必要に応じて設定ファイルを再生成します。

CONFIGURATION設定

You may specify configuration in your .git/configあなたの.git / configで設定を指定することができます

[instaweb]
	local = true
	httpd = apache2 -f
	port = 4321
	browser = konqueror
	modulePath = /usr/lib/apache2/modules

If the configuration variable instaweb.browser is not set, web.browser will be used instead if it is defined. See git-web{litdd}browse[1] for more information about this.構成変数instaweb.browserが設定されていないweb.browser場合は、定義されていれば代わりに使用されます。これに関するより詳しい情報はgit-web {litdd} browse [1]参照してください。

SEE ALSO関連項目

gitweb[1]gitweb [1]

GIT

Part of the git[1] suite一部のgit [1]スイート

関連記事

スポンサーリンク

fieldset要素のボーダーを省略指定で無しにすることができない

ホームページ製作・web系アプリ系の製作案件募集中です。

上に戻る