無操作インストール
考慮事項
- The
response.varfilefile contains the options specified during the installation wizard steps of your previous JIRA installation. Don't uninstall your previous JIRA installation until after you've copied this file to your new install location. response.varfileファイルを修正する場合、すべてのディレクトリ パスが絶対パスで指定されていることを確認します。例:sys.installationDir=C\:\\Program Files\\Atlassian\\jira
(Windows) またはsys.installationDir=/opt/atlassian/jira(Linux)。ファイルに相対ディレクトリ パスが含まれている場合、無人インストールは失敗します。
Jira アプリケーションを無操作モードでインストールする
- ご利用のオペレーティング システムに対応したインストーラーをダウンロードします。
- JIRA Core at https://www.atlassian.com/software/jira/core/download
- JIRA Software at https://www.atlassian.com/software/jira/download
- JIRA Service Desk at https://www.atlassian.com/software/jira/service-desk/download
- Copy
<installation-directory>/.install4j/response.varfilefrom your existing JIRA installation to where you downloaded the installer.
コマンド プロンプトまたはターミナルで、インストーラーをダウンロードした場所にディレクトリ変更(cd)します。
Run the following command to install JIRA:
WindowsJIRA Core> atlassian-jira-core-X.X.X-x64.exe -q -varfile response.varfileJira Software> atlassian-jira-software-X.X.X-x64.exe -q -varfile response.varfileJira Service Desk> atlassian-servicedesk-X.X.X-x64.exe -q -varfile response.varfile
Linux
JIRA Core$ atlassian-jira-core-X.X.X-x64.bin -q -varfile response.varfileJira Software$ atlassian-jira-software-X.X.X-x64.bin -q -varfile response.varfileJira Service Desk$ atlassian-servicedesk-X.X.X-x64.bin -q -varfile response.varfile
Where-X.X.Xis the JIRA version you downloaded.
-qinstructs the installer to run in unattended mode (quietly).-varfilespecifies the location and name of the configuration file containing the options used by the installer.- サイレント インストールの完了後、Jira は自動的に起動します。
Finally, head to
http://localhost:<port> to finish setting up JIRA.
詳細については、「Windows での JIRA アプリケーションのインストール」または「Linux での JIRA アプリケーションのインストール」の「JIRA アプリケーションのセットアップ」セクションを参照してください。