Jira アプリケーションのインストール (Windows)

In this guide we'll run you through installing a Jira application in a production environment, with an external database, using the Windows installer.

これは、Windows サーバー上で本番サイトを稼働させる最も簡単な方法です。



Other ways to install Jira:

  • 評価版 - 無料トライアルをすぐに利用できます。
  • Zip – install Jira manually from a zip file. 
  • Linux – install Jira on a Linux operating system

Windows と Linux のインストーラーには、バンドルされた JRE がすでに含まれています。

If you decide to install Jira with the tar.gz archive file, you should also install the JRE or the JDK. Learn more about the supported versions:

On this page:

はじめる前に

Before you install Jira, there's a few questions you need to answer. 


サポートされているオペレーティング システムを使用していますか?
詳細を読む...

Check the Supported platforms page for the version of Jira you are installing. This will give you info on supported operating systems, databases and browsers.

参考情報

  • We don't support installing Jira on OSX or mac OS.
  • The Jira installer includes Java (JRE) and Tomcat, so you don't need to install these seperately.

Do you want to run Jira as a Windows Service?

詳細を読む...

Running Jira as a service in Windows means that your Jira application will automatically start up when Windows is started.

If you choose to run Jira as a service:

  • You must run the installer as administrator to be able to install Jira as a service. 
  • The Jira service will be run as the Windows 'SYSTEM' user account.
  • We strongly recommend creating a dedicated user account (e.g. with username 'jira') on Windows for running Jira.

詳細は、「Jira アプリケーションを Windows サービスとして実行する」を参照してください。

If you choose not to run Jira as a service:

  • You will start and stop Jira by running the start-jira.bat file in your Jira installation directory.
  • Jira will be run as the Windows user account that was used to install Jira, or you can choose to run as a dedicated user.
  • Jira will need to be restarted manually if your server is restarted.
データベースはセットアップ済みで使用可能な状態ですか?
詳細を読む...

To run Jira in production you'll need an external database. Check the Supported platforms page for the version you're installing for the list of databases we currently support. If you don't already have a database, PostgreSQL is free, easy to set up and has been extensively tested with Jira.

参考情報

  • 始める前に、データベースをセットアップします。サポート対象のすべてのデータベースのステップバイステップ ガイドを「Jira アプリケーションをデータベースに接続する」で利用できます。
  • UTF-8 文字エンコーディングを使用します。
  • Oracle または MySQL を使用している場合、ご使用のデータベース用のドライバをダウンロードする必要があります。
  • The embedded H2 database can be used for evaluating Jira, but you'll need to migrate to another database before running in production. You may find it easier to use external database from the start.

Do you have a Jira license?

詳細を読む...

You'll need a valid Jira Software, Jira Core, or Jira Service Management license to use Jira.

参考情報

  • If you have not yet purchased a Jira application license you'll be able to create an evaluation license during setup.
  • If you already have a license key, you'll be prompted to log in to my.atlassian.com to retrieve it, or you can enter the key manually during setup.
  • If you're migrating from Jira Cloud, you'll need a new license forJira.


Install a Jira application

1. Download Jira

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

2. インストーラーを実行する

  1. インストーラーを実行します。Windows 管理者アカウントを使用することをお勧めします。
  2. Follow the prompts to install Jira. You'll be asked for the following info:
     
    1.  Destination directory – this is where Jira will be installed.
    2.  Home directory – this is where Jira data like logs, search indexes and files will be stored.
    3.  TCP ports – these are the HTTP connector port and control port Jira will run on. Stick with the default unless you're running another application on the same port. 
    4. サービスとしてインストール – このオプションはインストーラーを管理者として実行した場合のみ利用可能です。
  3.  Jira will start up in your browser once installation is complete.

Set up your Jira application

3. セットアップ方法の選択

自分で設定するを選択します。

4. データベースへの接続

  1. データベースをまだ作成していない場合、ここで作成します。詳細については、このページの「はじめる前に」セクションを参照してください。 
  2. 独自データベースを選択します。 
  3. データベースのタイプを選択してから、データベースの詳細を入力します。 
      

    手順について

    Jira は標準 JDBC データベース接続を使用してデータベースに接続します。接続プールは Jira 内で処理され、Jira 設定ツールを使用して後から変更できます。

    Oracle または MySQL を使用している場合、追加の手順があります。 

    • 適切なデータベース JDBC ドライバをダウンロードして解凍します。適切なバーションを確認するには、「サポートされているプラットフォーム」を参照してください。
    • セットアップ ウィザードを使用して続行する前に、JAR ファイルを <jira-installation>/lib フォルダにドロップします。

    セットアップウィザードにて :

    • Driver Class Name – データベース ドライバの Java クラス名です。不明な場合は、データベースのドキュメント確認してください。
    • データベース URL – データベースの JDBC URL。不明な場合は、データベースのドキュメント確認してください。
    • ユーザー名パスワード – Jira がユーザーのデータベースにアクセスするために使用できる有効なユーザー名とパスワードです。

5. アプリケーション プロパティを設定する

  1. Give your Jira site a name.
  2. サイトを非公開にするか、だれでもサインアップできるようにするかを選択します。この設定はあとから変更できます。 
  3. Enter your base URL - this is the address people will use to access your Jira site. 

6. ライセンスの入力

Follow the prompts to log in to my.atlassian.com to retrieve your license, or enter a license key.

7. 管理者アカウントの作成

管理者アカウントの詳細を入力します。セットアップの完了後に管理者を追加することができます。

8. メール通知の設定

Enter details of your mail server.  This will allow Jira to send notifications when issues change.

9. Start using Jira

That's it! Your Jira site is accessible from your base URL or a URL like this: http://<computer_name_or_IP_address>:<port>

チームの立ち上げと運営に役立つ情報を以下に挙げます。

トラブルシューティング

Jira のインストールで問題が生じていますか?

Some anti-virus or other Internet security tools may interfere with the Jira installation process and prevent the process from completing successfully. If you experience or anticipate experiencing such an issue with your anti-virus/Internet security tool, disable this tool first before proceeding with the Jira installation.

詳細は、「インストールのトラブルシューティング」を参照してください。  

Last modified on Mar 28, 2023

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

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