Documentation for JIRA 4.4. Documentation for other versions of JIRA is available too.
This guide describes how to install a new JIRA Standalone installation on Linux using the automated 'Linux Installer'. If you are upgrading JIRA, please refer to the Upgrading JIRA guide.
You can also install JIRA Standalone from a 'zip' archive — see Installing JIRA Standalone from an Archive File on Windows, Linux or Solaris for details.
お使いの Linux OS にインストール済みのアンチウィルス、または、その他のインターネットセキュリティツールが JIRA インストールプロセスを中断し、プロセス完了を妨害することがあります。お使いのアンチウィルス/インターネットセキュリティツールでこの種の問題が発生 した場合、まず対象ツールを無効にしてから JIRA インストールを実行してください。
There are two ways to install JIRA Standalone using the Linux Installer:
On this page:
はじめてお使いのサーバーに JIRA をインストールする場合、または、インストール オプションを指定したい場合、コンソール ウィザードを使用してください。
すでにこのインストール ウィザードを使用して JIRA をインストール済みで、同じ設定で JIRA を再インストールしたい場合、ユーザー入力が一切必要のない「無人モード」で JIRA を再インストールできます (詳細は、以下 をご覧ください )。
“root” 権限で Linux インストーラーを実行する場合、Linux インストーラーは専用ユーザー アカウントを使用して JIRA を作成・実行します。”root” 権限がなくても Linux インストーラーを実行することは可能ですが、インストール オプションは大幅に制限され、(JIRA 実行用の) 専用ユーザー アカウントは作成されません。JIRA をサービスとして実行するには、Linux インストーラーを “root” 権限で実行する必要があります。
cd
) to the '.bin' file's directory.chmod a+x atlassian-jira-X.Y.bin
注意:
JIRA を未起動の場合、Linux コンソールで適切な command を使用して JIRA を起動できます。
JIRA を起動後、お使いの JIRA サーバーへのネットワーク アクセスをもつコンピューター上の browser からアクセスできます。
In the Linux console, enter the bin
subdirectory of your JIRA installation directory and execute the appropriate file:
start-jira.sh
(to start JIRA)stop-jira.sh
(to stop JIRA)(ブラウザー ウィンドウから) JIRA にアクセスする準備が整うと、アプリケーションの log file に次のメッセージが表示されます:
******************************************************* ... You can now access JIRA through your web browser. *******************************************************
お使いの 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, you may need to change the port that JIRA runs on.
Note: Application server logs (i.e. for Apache Tomcat) will be written to logs/catalina.out
.
セットアップ ウィザードの実行 をご覧ください。
If you have previously installed JIRA using the console wizard (above), you can use a configuration file from this JIRA installation (called response.varfile
) to re-install JIRA in '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=/opt/atlassian/jira
cp
) the file .install4j/response.varfile
located in your previous JIRA installation directory, to the same location as the downloaded 'Linux Installer' file.response.varfile
if you need to install JIRA on multiple machines.Change directory (cd
) to the location of the 'Linux Installer' file and execute the following command:
atlassian-jira-X.Y.bin -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.