無操作インストール

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

    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


    ここで、-X.X.X はダウンロードした Jira のバージョンです。

    -q はインストーラーに無人モードで実行することを指示します (“quietly” の頭文字)。-varfile はインストーラーが使用する設定オプションを含む設定ファイルの場所と名前を指定します。  

  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. 

最終更新日: 2021 年 10 月 6 日

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

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