無操作インストール

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.

これは、テスト サーバーに JIRA をインストールし、同じ設定で本番環境サーバーに既にインストールしている場合に役立ちます。 

考慮事項

  • 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)。 

    ファイルに相対ディレクトリ パスが含まれている場合、無人インストールは失敗します。  

Jira アプリケーションを無操作モードでインストールする

  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 は自動的に起動します。 
     

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

詳細については、「Windows での JIRA アプリケーションのインストール」または「Linux での JIRA アプリケーションのインストール」の「JIRA アプリケーションのセットアップ」セクションを参照してください。 

最終更新日: 2018 年 10 月 8 日

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

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