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 をインストールするその他の方法:
On this page:
はじめる前に
Jira をインストールする前に、いくつかの質問に答える必要があります。
| サポートされているオペレーティング システムを使用していますか? | |
| Jira をサービスとして実行しますか? | |
| データベースはセットアップ済みで使用可能な状態ですか? | |
Jira ライセンスはありますか? |
Install a Jira application
1. Download Jira
Download the installer for your operating system – https://www.atlassian.com/software/jira/download
2. インストーラーを実行する
インストーラーを実行可能にします。
Run the installer – we recommend using
sudoto run the installer as this will create a dedicated account to run Jira and allow you to run Jira as a service.
- プロンプトに従って Jira をインストールします。次の情報を提供します。
- インストールタイプ – 最大限の制御を得るには、オプション 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を使用して実行した場合のみ利用可能です。
- インストールが完了したら、ブラウザで http://localhost:8080 に進み、セットアップ プロセスを開始します。
(インストール中に別のポートを選択した場合、8080をそのポートで置き換えます)
Jira アプリケーションのセットアップ
3. セットアップ方法の選択
4. データベースへの接続
- データベースをまだ作成していない場合、ここで作成します。詳細については、このページの「はじめる前に」セクションを参照してください。
- 独自データベースを選択します。
データベースのタイプを選択してから、データベースの詳細を入力します。
5. アプリケーション プロパティを設定する
- Give your Jira site a name.
- Choose whether your site is private or if anyone can sign up. You can change this later.
- Enter your base URL - this is the address people will use to access your Jira site.
5. ライセンスの入力
6. 管理者アカウントの作成
管理者アカウントの詳細を入力します。セットアップの完了後に管理者を追加することができます。
7. メール通知の設定
Enter details of your mail server. This will allow Jira to send notifications when issues change.
8. Jira の使用を開始する
http://<computer_name_or_IP_address>:<port>チームの立ち上げと運営に役立つ情報を以下に挙げます。
- Add and invite users to get your team on board, or configure user directories for slightly bigger teams.
- 作業を行う最初のプロジェクトを作成します。
- Configure SSL or HTTPS to keep Jira and your team more secure.