無操作インストール

Starting from Jira 10, we only support manual installation method. Binary installers and unattended installation are available again for Jira 10.3 LTS and its bug fixes only.

If you've previously installed Jira using the Windows or Linux installer, you can use a configuration file from your existing Jira installation ( response.varfile ) to re-install Jira in unattended mode, no user input required.

This can be useful when you have installed Jira on a test server and are ready to install on your production server with the same configuration. 

考慮事項

  • The response.varfile file 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

  1. ご利用のオペレーティング システムに対応したインストーラーをダウンロードします。

     
  2. Copy <installation-directory>/.install4j/response.varfile from your existing Jira installation to where you downloaded the installer. 
     
  3. コマンド プロンプトまたはターミナルで、インストーラーをダウンロードした場所にディレクトリ変更(cd)します。 

  4. Run the following command to install Jira:

    Windows

    Jira Core
    > atlassian-jira-core-X.X.X-x64.exe -q -varfile response.varfile
    Jira Software
    > atlassian-jira-software-X.X.X-x64.exe -q -varfile response.varfile
    Jira 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.varfile
    Jira Software
     $ atlassian-jira-software-X.X.X-x64.bin -q -varfile response.varfile
    Jira Service Desk
     $ atlassian-servicedesk-X.X.X-x64.bin -q -varfile response.varfile


    Where -X.X.X is the Jira version you downloaded. 

    -q instructs the installer to run in unattended mode (quietly).  -varfile specifies the location and name of the configuration file containing the options used by the installer.  

  5. Jira will start automatically once the silent installation finishes. 
     

Finally, head to http://localhost:<port> to finish setting up Jira

See the Set up a Jira application section on Installing Jira applications on Windows or Installing Jira applications on Linux for more info. 

最終更新日: 2025 年 1 月 14 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.