Windows で Zip ファイルから Jira アプリケーションをインストールする
In this guide we'll run you through installing a Jira application in a production environment, with an external database, manually using a zip file.
この方法では、インストールプロセスをユーザーが最大限制御できます。
Jira をインストールするその他の方法:
On this page:
はじめる前に
Before you install Jira, there's a few questions you need to answer.
サポートされているオペレーティングシステムと Java のバージョンを使用していますか? | |
32 bit のオペレーティング システムをお使いの場合 | |
Do you want to run Jira as a Windows Service? | |
どのデータベースを使用することを計画していますか? | |
Jira ライセンスはありますか? | |
JAVA_HOME 変数が正しく設定されていますか? |
Install a Jira application
1. Download Jira
ご利用のオペレーティング システムに対応した zip ファイルをダウンロードします。
- Jira Core at https://www.atlassian.com/software/jira/core/download
- Jira Software at https://www.atlassian.com/software/jira/download
- Jira Service Management at https://www.atlassian.com/software/jira/service-desk/download
2. インストールディレクトリの作成
Create your installation directory (with full control permission) – this is where Jira will be installed. Avoid using spaces or special characters in the path. We'll refer to this directory as your
<installation-directory>
.- Extract the Jira zip file to your
<installation-directory>
. We recommend using 7zip or Winzip.
3. ホームディレクトリの作成
- Create your home directory (with full control permission) – this is where Jira data like logs, search indexes and files will be stored. This should be seperate to your installation directory. We'll refer to this directory as your
<home-directory>
. Tell Jira where to find your
<home-directory>
when it starts up. There are two ways to do this:
4. ポートの確認
By default Jira listens on port 8080
. If you have another application running on your server that uses the same ports, you'll need to tell Jira to use a different port.
5. Start Jira
- Run
<installation-directory>/bin/start-jira.bat
to start the install process.
A command prompt will open. Closing this window will stop Jira.
- Go to
http://localhost:8080/
to launch Jira in your browser (change the port if you've updated the Connector port).
Set up your Jira application
6. セットアップ方法の選択
7. データベースへの接続
- データベースをまだ作成していない場合、ここで作成します。詳細については、このページの「はじめる前に」セクションを参照してください。
- 独自データベースを選択します。
データベースのタイプを選択してから、データベースの詳細を入力します。
8. アプリケーション プロパティを設定する
- Give your Jira site a name.
- サイトを非公開にするか、だれでもサインアップできるようにするかを選択します。この設定はあとから変更できます。
- Enter your base URL - this is the address people will use to access your Jira site.
9. ライセンスの入力
10. 管理者アカウントの作成
管理者アカウントの詳細を入力します。セットアップの完了後に管理者を追加することができます。
11. メール通知の設定
12. Start using Jira
http://<computer_name_or_IP_address>:<port>
チームの立ち上げと運営に役立つ情報を以下に挙げます。
- ユーザーの追加と招待では、チームの導入を行ったり、中規模のチーム用にユーザー ディレクトリを構成したりすることができます。
- 作業を行う最初のプロジェクトを作成します。
- Configure SSL or HTTPS to keep Jira and your team more secure.