This guide describes how to install a new Confluence installation on Windows using the automated 'Windows Installer'. You can also install Confluence from a 'zip' archive — see Installing Confluence on Windows from Zip File for details.
If you are upgrading Confluence, please refer to the Upgrading Confluence guide.

(warning) 注意:

  • ウィルス対策やその他のインターネット セキュリティ ツールが、Confluence インストール プロセスを中断し、プロセス完了を妨害することがあります。お使いのウィルス対策・インターネット セキュリティ ツールでこの種の問題が発生した場合、または、発生が見込まれる場合は、まず、対象ツールを無効にしてから、Confluence のインストールを実行してください。
  • Before you begin installing Confluence, please read the System Requirements page.

On this page:

インストール ウィザードの使用

お使いのサーバーに Confluence をはじめてインストールする場合、または、インストール オプションを指定したい場合に、このインストール ウィザードを使用してください。

If you have previously installed Confluence using the installation wizard and wish to re-install Confluence again with the same installation options, you can re-install Confluence in 'unattended mode' without any user input required (see below for details).

1. Confluence『Windows インストーラー』のダウンロードと実行

(tick) Confluence をサービスとしてインストールするには、Windows 管理者アカウントを使用して Windows インストーラーを実行する必要があります。非管理者アカウントでも Windows インストーラーを実行できますが、インストール オプションは大幅に制限されます。

  1. Download the Confluence 'Windows Installer' (.exe) file from the Confluence Download page.
  2. Run the installer file to start the installation wizard.
    (info) If a Windows 7 (or Vista) 'User Account Control' dialog box requests if you want to allow the installation wizard to make changes to your computer, click 'Yes'. If you do not, the installation wizard will have restricted access to your operating system and any subsequent installation options will be limited.
  3. Express Install (エクスプレス インストール)』 または 『Custom Install (カスタム インストール』オプションの選択:
    1. Express Install— このオプションを選択すると、インストール ウィザードの次のステップで表示されるデフォルト設定を使用して Confluence がインストールされます。このオプションをカスタマイズしたい場合は、『Back (戻る)』ボタンをクリックし、Custom Install (カスタム インストール)』オプションを選択してください。
    2. Custom Install— このオプションを選択すると、Confluence は次のオプションの指定を促します (オプションはこの後のインストール ウィザードのステップでデフォルト値が入力された状態で表示されます):
  4. このインストール ウィザードは、お使いの OS 上に Confluence をインストールし、ウィザード終了時に自動的に Confluence を起動します。また、ブラウザでの起動オプションを選択した場合、Confluence は自動的にお使いのブラウザ ウィンドウ内で起動します。また、ブラウザでの起動オプションを選択した場合、Confluence は自動的にお使いのブラウザ ウィンドウ内で起動します。

(info) 注意:

2. Confluence の起動

If Confluence is not already started, you can start Confluence using the appropriate Windows 'Start' menu shortcut or command prompt option.

Once Confluence is started, you can access Confluence from the appropriate Windows 'Start' menu shortcut or a browser on any computer with network access to your Confluence server.

2.1 Windows [スタート] メニューのショートカット

Windows インストーラーは、次の Windows [スタート] メニューのショートカットを作成します:

2.2 コマンドプロンプトでの Confluence の起動と終了

Enter the bin subdirectory of your Confluence installation directory and run the appropriate file:

(info) If you followed our guidelines for running Confluence with a dedicated user account, then to run Confluence as this user account (e.g. 'confluence'), use the runas command to execute start-confluence.bat. For example:

2.3 ブラウザから Confluence にアクセス

You can access Confluence from any computer with network access to your Confluence server by opening a supported web browser on the computer and visiting this URL:

ここで:

(info) If Confluence does not appear in your web browser, you may need to change the port that Confluence runs on.

3. セットアップ ウィザードの実行

See the Confluence Setup Guide.

4. 次のステップ

無人インストールの実行

If you have previously installed Confluence using the installation wizard (above), you can use a configuration file from this Confluence installation (called response.varfile) to re-install 'unattended mode' without any user input required.

無人モードでの Confluence のインストールは、過去にテスト目的で Confluence をインストールし、それと同じ設定で複数のサーバーに Confluence をインストールする場合などにおいて、時間の節約になります。

(warning) 注意:

Confluence 『Windows インストーラー』のダウンロードと無人モードでの実行

  1. Download the Confluence 'Windows Installer' (.exe) file from the Confluence Download Center to a suitable location.
  2. Windows コマンド プロンプトを開き、残りのステップを実行します。
  3. copy the response.varfile file located in the .install4j subdirectory of your previous Confluence installation directory, to the same location as the downloaded 'Windows Installer' file.
    (info) You can uninstall your previous Confluence installation after this step. Save your response.varfile if you need to install Confluence on multiple machines.
  4. Change directory (cd) to the location of the 'Windows Installer' file and run the following command:

    atlassian-confluence-X.Y.exe -q -varfile response.varfile
    

    ここで:

  5. Confluence will start automatically when the silent installation finishes. Continue from step 2 Starting Confluence (above).