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

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

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



Jira をインストールするその他の方法: 

  • 評価版 - 無料トライアルをすぐに利用できます。
  • TAR.GZ – install Jira manually from an archive file. 
  • Windows – install Jira on a Windows server.

On this page:

Linux と Windows のインストーラーには、バンドルされた 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:

はじめる前に

Jira をインストールする前に、いくつかの質問に答える必要があります。 


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

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 for production sites.
  • Jira インストーラーには Java (JRE) および Tomcat が含まれているため、これらを別途インストールする必要はありません。

Jira をサービスとして実行しますか?

詳細を読む...

Running Jira as a service means that Jira will automatically start up when Linux is started.

If you choose to run Jira as a service:

  • You must use sudo to run the installer to be able to install Jira as a service. 
  • インストーラーは専用ユーザーアカウント jira を作成し、これがサービスを実行します。

Jira をサービスとして実行しない場合:

  • You will start and stop Jira by running the start-jira.sh file in your Jira installation directory.
  • Jira will be run as the user account that was used to install Jira, or you can choose to run as a dedicated user.
  • サーバーが再起動される場合、Jira を手動で再起動する必要があります。
データベースはセットアップ済みで使用可能な状態ですか?
詳細を読む...

本番環境で Jira を実行するには、外部データベースが必要になります。「サポート対象プラットフォーム」ページで、インストールするバージョンの現在サポートされているデータベースの一覧をご確認ください。データベースをまだ用意していない場合、無償かつセットアップが容易で、Jira でのさまざまな動作テストを実施済みである PostgreSQL をお勧めします。

参考情報

  • 始める前に、データベースをセットアップします。サポート対象のすべてのデータベースのステップバイステップ ガイドを「Jira アプリケーションをデータベースに接続する」で利用できます。
  • UTF-8 文字エンコーディングを使用します。
  • Oracle または MySQL を使用している場合、ご使用のデータベース用のドライバをダウンロードする必要があります。
  • 組み込みの H2 データベースは Jira の評価用に使用できますが、本番環境で実行する前に別のデータベースに移行する必要があります。最初から外部データベースを使用する方が手間が省ける場合もあります。

Jira ライセンスはありますか?

詳細を読む...

Jira を使用するには、Jira Software、Jira Core、または Jira Service Management で有効な Data Center ライセンスが必要です。

参考情報

  • Jira アプリケーション ライセンスを購入していない場合、セットアップ中に評価ライセンスを作成できます。
  • 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.
  • Jira Cloud から移行する場合、新しい licenseJira が必要です。

既知の問題をチェックする
詳細を読む...

For Linux installations, we've noticed some problems when displaying certain system text in the application (CAPTCHA and gadgets). Instead of showing regular alphanumeric letters, the text will appear to be garbled and look like symbols. To avoid this problem, you should install several fonts that are required by Jira. For more info, see Jira UI shows unreadable text.


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

1. Jira のダウンロード

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

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

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

  1. インストーラーを実行可能にします。

    手順について

    Change to the directory where you downloaded Jira then execute this command:

    Jira Core
    $ chmod a+x atlassian-jira-core-X.X.X-x64.bin
    Jira Software
    $ chmod a+x atlassian-jira-software-X.X.X-x64.bin
    Jira Service Management
    $ chmod a+x atlassian-servicedesk-X.X.X-x64.bin

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

  2. Run the installer, we recommend using sudo to run the installer as this will create a dedicated account to run Jira and allow you to run Jira as a service.
     

    手順について

    インストーラーを実行するために sudo を使用するには、次のコマンドを実行します。

    Jira Core
    $ sudo ./atlassian-jira-core-X.X.X-x64.bin
    Jira Software
    $ sudo ./atlassian-jira-software-X.X.X-x64.bin
    Jira Service Management
    $ sudo ./atlassian-servicedesk-X.X.X-x64.bin

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

    root ユーザー権限と同じようにインストーラーを実行する選択も可能です。

  3. Follow the prompts to install Jira. You'll be asked for the following info:
     
    • インストールタイプ – 最大限の制御を得るには、オプション 2 (カスタム) を選択します。 
    • Destination directory – this is where Jira will be installed.
    • ホーム ディレクトリ– ログ、検索インデックス、ファイルなどの Jira データが保存される場所です。
    • 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.
    • サービスとしてインストール – このオプションはインストーラーを sudo を使用して実行した場合のみ利用可能です。 
  4. インストールが完了したら、ブラウザで http://localhost:8080 に進み、セットアップ プロセスを開始します。
    (インストール中に別のポートを選択した場合、8080 をそのポートで置き換えます) 

Jira アプリケーションのセットアップ

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. Jira サイトに名前を付けます。
  2. サイトを非公開にするか、だれでもサインアップできるようにするかを選択します。この設定はあとから変更できます。 
  3. ベース URL (ユーザーが Jira サイトにアクセスする時に使用するアドレス) を入力します。 

6. ライセンスの入力

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

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

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

8. メール通知の設定

メール サーバーの詳細を入力します。これにより、課題が変更されたときに Jira から通知を送信することができます。

9. Start using Jira

これで完了です。Jira サイトには、ベース URL または http://<computer_name_or_IP_address>:<port> などの URL からアクセスできます。

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

トラブルシューティング

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.
  • The Linux OOM Killer can sometimes kill Jira processes when memory on the server becomes too low. See How to Configure the Linux Out-of-Memory Killer.

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

最終更新日 2023 年 11 月 3 日

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

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