無操作インストール

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. 次のコマンドを実行して Jira をインストールします。

    Windows
    > atlassian-jira-software-X.X.X-x64.exe -q -varfile response.varfile
    Linux
     $ atlassian-jira-software-X.X.X-x64.bin -q -varfile response.varfile


    Where jira-software.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. 
     

最後に、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. 

最終更新日 2018 年 4 月 19 日

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

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