Documentation for JIRA 5.2. Documentation for other versions of JIRA is available too.
このガイドでは、自動 “ Windows インストーラー” を使用した JIRA の新規インストール方法を説明します。JIRA のアップグレードには、JIRA のアップグレード ガイドをご参照ください。
You can also install JIRA from a 'zip' archive — see Installing JIRA from an Archive File on Windows, Linux or Solaris for details. This is useful if you want JIRA to use a pre-existing supported Java platform, since the Windows Installer installs its own JRE to run JIRA.
Please Note: Some anti-virus or other Internet security tools may interfere with the JIRA installation process and prevent the process from completing successfully. If you experience or anticipate experiencing such an issue with your anti-virus/Internet security tool, disable this tool first before proceeding with the JIRA installation.
Windows インストーラーを使用して JIRA をインストールするには 2 つの方法があります:
On this page:
はじめてお使いのサーバーに JIRA をインストールする場合、または、インストール オプションを指定したい場合、インストール ウィザードを使用してください。
すでにこのインストール ウィザードを使用して JIRA をインストール済みで、同じ設定で JIRA を再インストールしたい場合、ユーザー入力が一切必要のない「無人モード」で JIRA を再インストールできます (詳細は、以下 をご覧ください )。
JIRA をサービスとしてインストールするには、Windows 管理者アカウントを使用して Windows インストーラーを実行する必要があります。管理者アカウント以外のアカウントを使用しても Windows インストーラーを実行することは可能ですが、インストールオプションが大幅に制限されます。
start-jira.bat
at the Windows Command Prompt. 注意:
JIRA を起動していない場合、適切な Windows [スタート] メニューのショートカット、または、コマンド プロンプトを使用した JIRA の起動と終了 を使用して JIRA を起動できます。
JIRA を起動後、お使いの JIRA サーバーへのネットワーク アクセスをもつコンピューター上の適切な Windows [スタート] メニューのショートカット、または、ブラウザーから JIRA にアクセスできます。
The Installer will have created the following Windows 'Start' menu shortcuts:
Enter the bin
subdirectory of your JIRA installation directory and run the appropriate file:
start-jira.bat
(to start JIRA)stop-jira.bat
(to stop JIRA) If you followed our guidelines for running JIRA with a dedicated user account, then to run JIRA as this user account (e.g. 'jira'), use the
runas
command to execute start-jira.bat
. For example:
runas /env /user:<DOMAIN>\jira start-jira.bat
<DOMAIN>
is your Windows domain or computer name.)お使いの JIRA サーバーへのネットワーク アクセスをもつすべてのコンピューターから JIRA にアクセスするには、コンピューターで サポートするブラウザー を開いた後、次の URL へ進みます:
http://<computer_name_or_IP_address>:<HTTP_port_number>
ここで:
<computer_name_or_IP_address>
is the name or IP address of the computer on which JIRA is installed and<HTTP_port_number>
is the HTTP port number specified when you installed JIRA (above). If JIRA does not appear in your web browser, you may need to change the port that JIRA runs on.
セットアップ ウィザードの実行 をご覧ください。
If you have previously installed JIRA using the installation wizard (above), you can use a configuration file from this JIRA installation (called response.varfile
) to re-install 'unattended mode' without any user input required.
前回の JIRA インストールがテスト目的であり、同じコンフィギュレーションを使用して複数のサーバーマシンに JIRA をインストールする必要がある場合、無人モードでの JIRA のインストールにより時間を節約できます。
注意:
response.varfile
file contains the options specified during the installation wizard steps of your previous JIRA installation. Hence, do not uninstall your previous JIRA installation just yet.response.varfile
file, please ensure all directory paths specified are absolute, for example, sys.installationDir=C\:\\Program Files\\Atlassian\\JIRA
copy
the response.varfile
file located in the .install4j
subdirectory of your previous JIRA installation directory, to the same location as the downloaded 'Windows Installer' file.response.varfile
if you need to install JIRA on multiple machines.Change directory (cd
) to the location of the 'Windows Installer' file and run the following command:
atlassian-jira-X.Y.exe -q -varfile response.varfile
ここで:
X.Y
— refers to the version of JIRA you are about to install.-q
— instructs the installer to operate in unattended mode (i.e. 'quietly').-varfile response.varfile
— specifies the configuration file containing the configuration options used by the installer. The location and name of the configuration file should be specified after the -varfile
option.
3 Comments
Mika Kapanen
Jan 05, 2013Installing JIRA on Windows (Win7 SP1) "as a service"
JIRA exe-installer Win x32 versions 5.2.3 and 5.2.4 does not register JIRA into windows registry at all, hence JIRA will not start at all. At the same time, Confluence 4.3.5 was installed, and it works with no problems.
There is no JIRA services registered on windows, even if I look at 'Control Panel' -> 'Administrative Tools' -> 'Services' or with regedit.
Mika Kapanen
Jan 05, 2013Installing JIRA on Windows (Win7 SP1) "as a service"
If you have problems with JIRA exe-installer Win x32 versions 5.2.3 and 5.2.4, then you could try to install JIRA exe-installer Win x32 version 5.1.8 (or earlier), that fixed at least in our case problems with Windows registry.
Oleksiy Holyarchuk
May 05, 2013I've got the same problem with JIRA 5.2.11 , Win XP SP3 and Firefox 20.0.1 . After installation of trial version - can't launch Jire as Firefox can't connect to local server localhost:8080
I don't use any anti-visus, firewall. Also, no application uses 8080 port. Also can't find JIRA log-file in system32 folder. I'm frustrated.