無操作インストール
考慮事項
- 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)。ファイルに相対ディレクトリ パスが含まれている場合、無人インストールは失敗します。
Install a Jira application in unattended mode
- オペレーティング システムに対して適切なインストーラーをダウンロードします。
- Copy
<installation-directory>/.install4j/response.varfilefrom your existing Jira installation to where you downloaded the installer.
コマンド プロンプトまたはターミナルで、インストーラーをダウンロードした場所にディレクトリ変更(cd)します。
次のコマンドを実行して Jira をインストールします。
Windows> atlassian-jira-software-X.X.X-x64.exe -q -varfile response.varfileLinux$ atlassian-jira-software-X.X.X-x64.bin -q -varfile response.varfile
Wherejira-software.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 will start automatically once the silent installation finishes.
最後に、http://localhost:<port> に移動し、Jira の設定を終了します。
See the Set up a Jira application section on Installing Jira applications on Windows or Installing Jira applications on Linux for more info.